Skip to content

Commit

Permalink
Update xml docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Jan 6, 2024
1 parent ffd8254 commit 176b67d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DbSyncKit.PostgreSQL.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.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0.0</Version>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<Version>1.0.0.1</Version>
<PackageProjectUrl>https://dbsynckit.rohit-mahajan.in/t</PackageProjectUrl>
<RepositoryUrl>https://github.com/RohitM-IN/DbSyncKit</RepositoryUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
Expand Down
3 changes: 3 additions & 0 deletions src/QueryGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

namespace DbSyncKit.PostgreSQL
{
/// <summary>
/// Helps generate SQL queries for PostgreSQL database operations.
/// </summary>
public class QueryGenerator: QueryHelper, IQueryGenerator
{
#region Properties
Expand Down

0 comments on commit 176b67d

Please sign in to comment.