Skip to content

Commit f51e533

Browse files
committed
Update Package Versions and describtions for all packages
1 parent 3ad6368 commit f51e533

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/DbSyncKit.SQLite.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Nullable>enable</Nullable>
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
9-
<AssemblyVersion>1.5.1.0</AssemblyVersion>
10-
<FileVersion>1.5.1.0</FileVersion>
11-
<Version>1.5.1.0</Version>
9+
<AssemblyVersion>1.5.1.1</AssemblyVersion>
10+
<FileVersion>1.5.1.1</FileVersion>
11+
<Version>1.5.1.1</Version>
1212
<PackageProjectUrl>https://dbsynckit.rohit-mahajan.in/</PackageProjectUrl>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<RepositoryUrl>https://github.com/RohitM-IN/DbSyncKit</RepositoryUrl>
@@ -28,6 +28,8 @@
2828
<PropertyGroup>
2929
<IncludeSymbols>true</IncludeSymbols>
3030
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
31+
<Description>Enhance your SQLite database queries with DbSyncKit.Templates.SQLite. This package delivers templates for SELECT, INSERT, UPDATE, DELETE, and COMMENT queries, simplifying SQL operations for improved readability and efficiency.</Description>
32+
<PackageTags>database;sqlite;dbsync;dbsynckit</PackageTags>
3133
</PropertyGroup>
3234

3335
<ItemGroup>

0 commit comments

Comments
 (0)