Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94c710e

Browse files
committedJun 8, 2024·
Update Package Versions and describtions for all packages
1 parent 256e8c8 commit 94c710e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎src/DbSyncKit.Templates.MySQL.csproj

+5-3
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.2.0.0</AssemblyVersion>
10-
<FileVersion>1.2.0.0</FileVersion>
11-
<Version>1.2.0.0</Version>
9+
<AssemblyVersion>1.2.0.1</AssemblyVersion>
10+
<FileVersion>1.2.0.1</FileVersion>
11+
<Version>1.2.0.1</Version>
1212
<PackageProjectUrl>https://dbsynckit.rohit-mahajan.in/</PackageProjectUrl>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<RepositoryUrl>https://github.com/RohitM-IN/DbSyncKit</RepositoryUrl>
@@ -18,6 +18,8 @@
1818
<PropertyGroup>
1919
<IncludeSymbols>true</IncludeSymbols>
2020
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
21+
<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>
22+
<PackageTags>templating;fluid;sql-query-builder;dbsync;dbsynckit;mysql</PackageTags>
2123
</PropertyGroup>
2224

2325
<ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.