Skip to content

Commit

Permalink
Update Package Versions and describtions for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Jun 8, 2024
1 parent 6861182 commit ce9e1c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/DbSyncKit.MSSQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<Version>1.4.0.0</Version>
<AssemblyVersion>1.4.0.1</AssemblyVersion>
<FileVersion>1.4.0.1</FileVersion>
<Version>1.4.0.1</Version>
<PackageProjectUrl>https://dbsynckit.rohit-mahajan.in/</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/RohitM-IN/DbSyncKit</RepositoryUrl>
Expand All @@ -18,6 +18,8 @@
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Description>Enhance MSSQL database interactions with DbSyncKit.MSSQL. This package extends DbSyncKit.DB, offering specialized features tailored for Microsoft SQL Server. Explore the package documentation for detailed functionalities and usage guidelines.</Description>
<PackageTags>mssql;dbsync;database-provider;dbsynckit</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ce9e1c3

Please sign in to comment.