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 256e8c8 commit 94c710e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/DbSyncKit.Templates.MySQL.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.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.0.0</Version>
<AssemblyVersion>1.2.0.1</AssemblyVersion>
<FileVersion>1.2.0.1</FileVersion>
<Version>1.2.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>Elevate your MySQL database query readability using DbSyncKit.Templates.MySQL. This package introduces templates for SELECT, INSERT, UPDATE, DELETE, and COMMENT queries, enhancing the efficiency of your SQL operations.</Description>
<PackageTags>templating;fluid;sql-query-builder;dbsync;dbsynckit;mysql</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 94c710e

Please sign in to comment.