Update nuget

This commit is contained in:
skx 2020-11-01 15:47:00 +08:00
parent 51eee05ce4
commit e053a03a8b
3 changed files with 3 additions and 2 deletions

View File

@ -88,6 +88,7 @@
<Compile Include="Abstract\FilterProvider\FilterProvider.cs" />
<Compile Include="Abstract\InsertableProvider\InsertableProvider.cs" />
<Compile Include="Abstract\DeleteProvider\DeleteableProvider.cs" />
<Compile Include="Infrastructure\KdbndpInserttable.cs" />
<Compile Include="Interface\ISubInsertable.cs" />
<Compile Include="Abstract\InsertableProvider\SubInserable.cs" />
<Compile Include="Abstract\SaveableProvider\SaveableProvider.cs" />

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>sqlSugarCore</id>
<version>5.0.0.22</version>
<version>5.0.1</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>sqlSugarCoreNoDrive</id>
<version>5.0.0.22</version>
<version>5.0.1</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>