This commit is contained in:
sunkaixuan 2022-09-25 13:50:12 +08:00
parent 535c46fed8
commit c5e0a4515e
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>5.1.3.1</Version>
<Version>5.1.3.21</Version>
<Copyright>sun_kai_xuan</Copyright>
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.3.2-preview11</version>
<version>5.1.3.21</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
@ -28,6 +28,6 @@
</dependencies>
</metadata>
<files>
<file src="E:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar\bin\Debug\netstandard2.1\SqlSugar.dll" target="lib\netstandard2.1"></file>
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar\bin\Debug\netstandard2.1\SqlSugar.dll" target="lib\netstandard2.1"></file>
</files>
</package>

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCoreNoDrive</id>
<version>5.1.3.1</version>
<version>5.1.3.21</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
@ -22,6 +22,6 @@
</dependencies>
</metadata>
<files>
<file src="C:\NugetCore\SqlSugar.dll" target="lib\netstandard2.1"></file>
<file src="G:\NugetCore\SqlSugar.dll" target="lib\netstandard2.1"></file>
</files>
</package>