Skip to content

Commit cc32610

Browse files
committed
Update Package Versions and describtions for all packages
1 parent 92edbb2 commit cc32610

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/DbSyncKit.DB.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
8-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
9-
<FileVersion>1.4.0.0</FileVersion>
10-
<Version>1.4.0.0</Version>
8+
<AssemblyVersion>1.4.0.1</AssemblyVersion>
9+
<FileVersion>1.4.0.1</FileVersion>
10+
<Version>1.4.0.1</Version>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<RepositoryUrl>https://dbsynckit.rohit-mahajan.in/</RepositoryUrl>
1313
<PackageProjectUrl>https://github.com/RohitM-IN/DbSyncKit</PackageProjectUrl>
@@ -18,6 +18,8 @@
1818
<PropertyGroup>
1919
<IncludeSymbols>true</IncludeSymbols>
2020
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
21+
<Description>Foundational package within DbSyncKit, defining interfaces and contracts for consistent database interactions. This package lays the groundwork for seamless integration with various database providers.</Description>
22+
<PackageTags>mysql;database;postgresql;mssql;sqlite;dbsynckit</PackageTags>
2123
</PropertyGroup>
2224

2325
<ItemGroup>

0 commit comments

Comments
 (0)