File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <GenerateDocumentationFile >True</GenerateDocumentationFile >
8- <AssemblyVersion >1.1.0.0 </AssemblyVersion >
9- <FileVersion >1.1.0.0 </FileVersion >
10- <Version >1.1.0.0 </Version >
8+ <AssemblyVersion >1.1.0.1 </AssemblyVersion >
9+ <FileVersion >1.1.0.1 </FileVersion >
10+ <Version >1.1.0.1 </Version >
1111 <PackageReadmeFile >README.md</PackageReadmeFile >
1212 <RepositoryUrl >https://dbsynckit.rohit-mahajan.in/</RepositoryUrl >
1313 <PackageProjectUrl >https://github.com/RohitM-IN/DbSyncKit</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ public string GenerateBatchSeparator()
7777 return _querryGenerator . GenerateBatchSeparator ( ) ;
7878 }
7979
80+ /// <inheritdoc />
8081 public void Dispose ( )
8182 {
8283 _querryGenerator . Dispose ( ) ;
You can’t perform that action at this time.
0 commit comments