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 3ad6368 commit f51e533
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/DbSyncKit.SQLite.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.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<Version>1.5.1.0</Version>
<AssemblyVersion>1.5.1.1</AssemblyVersion>
<FileVersion>1.5.1.1</FileVersion>
<Version>1.5.1.1</Version>
<PackageProjectUrl>https://dbsynckit.rohit-mahajan.in/</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/RohitM-IN/DbSyncKit</RepositoryUrl>
Expand All @@ -28,6 +28,8 @@
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<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>
<PackageTags>database;sqlite;dbsync;dbsynckit</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f51e533

Please sign in to comment.