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 8c94eb9 commit 0ca78af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DbSyncKit.DB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0.0</Version>
<AssemblyVersion>1.1.0.1</AssemblyVersion>
<FileVersion>1.1.0.1</FileVersion>
<Version>1.1.0.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://dbsynckit.rohit-mahajan.in/</RepositoryUrl>
<PackageProjectUrl>https://github.com/RohitM-IN/DbSyncKit</PackageProjectUrl>
Expand Down
1 change: 1 addition & 0 deletions src/QueryGenerationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public string GenerateBatchSeparator()
return _querryGenerator.GenerateBatchSeparator();
}

/// <inheritdoc />
public void Dispose()
{
_querryGenerator.Dispose();
Expand Down

0 comments on commit 0ca78af

Please sign in to comment.