{
  "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json",
  "@type": [
    "PackageDetails",
    "catalog:Permalink"
  ],
  "authors": "Ahmed Abuelnour",
  "catalog:commitId": "fa6494de-8fe5-4f78-9c8d-6917043feb87",
  "catalog:commitTimeStamp": "2026-07-03T13:02:21.2149785Z",
  "copyright": "Copyright (c) 2026, Ahmed Abuelnour",
  "created": "2026-07-03T12:58:52.29Z",
  "description": "A SQL Server migration library for ASP.NET Core using DbUp with DI-first design, health checks, and clean abstractions.",
  "id": "LowCodeHub.Migration.SqlServer",
  "isPrerelease": false,
  "lastEdited": "2026-07-03T13:02:07.783Z",
  "licenseExpression": "MIT",
  "licenseUrl": "https://licenses.nuget.org/MIT",
  "listed": true,
  "packageHash": "77Bh3Pps8CuLsDjQ31cirPQgHbVZRkUJp2e0UgmzKh0AUQY+IWFkj2nKEOySNCMjra1SrJKop9g2d4mbNcYLLQ==",
  "packageHashAlgorithm": "SHA512",
  "packageSize": 33918,
  "published": "2026-07-03T12:58:52.29Z",
  "readmeFile": "README.md",
  "repository": {
    "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#repository",
    "commit": "23262dc551067188aadc13a3444532cbf1a135d8",
    "type": "git",
    "url": "https://github.com/AhmedAbuelnour/LowCodeHub"
  },
  "verbatimVersion": "0.0.12",
  "version": "0.0.12",
  "dependencyGroups": [
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#dependencygroup/net10.0",
      "@type": "PackageDependencyGroup",
      "dependencies": [
        {
          "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#dependencygroup/net10.0/microsoft.data.sqlclient",
          "@type": "PackageDependency",
          "id": "Microsoft.Data.SqlClient",
          "range": "[7.0.2, )"
        },
        {
          "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#dependencygroup/net10.0/dbup-sqlserver",
          "@type": "PackageDependency",
          "id": "dbup-sqlserver",
          "range": "[7.2.0, )"
        }
      ],
      "targetFramework": "net10.0"
    }
  ],
  "packageEntries": [
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#LowCodeHub.Migration.SqlServer.nuspec",
      "@type": "PackageEntry",
      "compressedLength": 648,
      "fullName": "LowCodeHub.Migration.SqlServer.nuspec",
      "length": 1278,
      "name": "LowCodeHub.Migration.SqlServer.nuspec"
    },
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#README.md",
      "@type": "PackageEntry",
      "compressedLength": 2325,
      "fullName": "README.md",
      "length": 6277,
      "name": "README.md"
    },
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#lib/net10.0/LowCodeHub.Migration.SqlServer.dll",
      "@type": "PackageEntry",
      "compressedLength": 12955,
      "fullName": "lib/net10.0/LowCodeHub.Migration.SqlServer.dll",
      "length": 30208,
      "name": "LowCodeHub.Migration.SqlServer.dll"
    },
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#lib/net10.0/LowCodeHub.Migration.SqlServer.xml",
      "@type": "PackageEntry",
      "compressedLength": 2846,
      "fullName": "lib/net10.0/LowCodeHub.Migration.SqlServer.xml",
      "length": 12980,
      "name": "LowCodeHub.Migration.SqlServer.xml"
    },
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.07.03.13.02.21/lowcodehub.migration.sqlserver.0.0.12.json#.signature.p7s",
      "@type": "PackageEntry",
      "compressedLength": 12986,
      "fullName": ".signature.p7s",
      "length": 12986,
      "name": ".signature.p7s"
    }
  ],
  "tags": [
    "migration",
    "sql-server",
    "dbup",
    "asp.net-core",
    "di"
  ],
  "@context": {
    "@vocab": "http://schema.nuget.org/schema#",
    "catalog": "http://schema.nuget.org/catalog#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dependencies": {
      "@id": "dependency",
      "@container": "@set"
    },
    "dependencyGroups": {
      "@id": "dependencyGroup",
      "@container": "@set"
    },
    "packageEntries": {
      "@id": "packageEntry",
      "@container": "@set"
    },
    "packageTypes": {
      "@id": "packageType",
      "@container": "@set"
    },
    "supportedFrameworks": {
      "@id": "supportedFramework",
      "@container": "@set"
    },
    "tags": {
      "@id": "tag",
      "@container": "@set"
    },
    "vulnerabilities": {
      "@id": "vulnerability",
      "@container": "@set"
    },
    "published": {
      "@type": "xsd:dateTime"
    },
    "created": {
      "@type": "xsd:dateTime"
    },
    "lastEdited": {
      "@type": "xsd:dateTime"
    },
    "catalog:commitTimeStamp": {
      "@type": "xsd:dateTime"
    },
    "reasons": {
      "@container": "@set"
    }
  }
}