mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update nuget
This commit is contained in:
parent
718d624008
commit
f6753d6faf
BIN
Src/Asp.NetCore2/SqlSugar.XuguCore/NuGet.exe
Normal file
BIN
Src/Asp.NetCore2/SqlSugar.XuguCore/NuGet.exe
Normal file
Binary file not shown.
24
Src/Asp.NetCore2/SqlSugar.XuguCore/SqlSugar.OdbcCore.nuspec
Normal file
24
Src/Asp.NetCore2/SqlSugar.XuguCore/SqlSugar.OdbcCore.nuspec
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugar.XuguCore</id>
|
||||
<version>4.1.04</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>Landa</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
<projectUrl>https://github.com/sunkaixuan/SqlSugar</projectUrl>
|
||||
<iconUrl>https://secure.gravatar.com/avatar/a82c03402497b2e58fd65038a3699b30</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description> SqlSugar TDengine 核心库 ,DEMO用例: https://github.com/DotNetNext/SqlSugar </description>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<tags>TDengine Tdengine tdengine</tags>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="XuguClient" version="3.3.3-bionic.2" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar.XuguCore\bin\Debug\netstandard2.1\SqlSugar.XuguCore.dll" target="lib\netstandard2.1"></file>
|
||||
</files>
|
||||
</package>
|
1
Src/Asp.NetCore2/SqlSugar.XuguCore/nuget.bat
Normal file
1
Src/Asp.NetCore2/SqlSugar.XuguCore/nuget.bat
Normal file
@ -0,0 +1 @@
|
||||
%~dp0nuget.exe pack %~dp0SqlSugar.OdbcCore.nuspec -OutputDirectory %~dp0
|
Loading…
Reference in New Issue
Block a user