mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Add Gbase & Odbc nuget
This commit is contained in:
parent
fd27fcd4f7
commit
d5745d5328
BIN
Src/Asp.NetCore2/SqlSugar.GBaseCore/NuGet.exe
Normal file
BIN
Src/Asp.NetCore2/SqlSugar.GBaseCore/NuGet.exe
Normal file
Binary file not shown.
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugar.GBaseCore</id>
|
||||
<version>5.1.2.1</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操作 GBase 南大通用数据库 </description>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<tags>Asp.net core orm</tags>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="System.Data.Odbc" version="4.6" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="E:\Git\SqlSugarNew\Src\Asp.NetCore2\SqlSugar.GBase\bin\Debug\netstandard2.1\SqlSugar.ClickHouseCore.dll" target="lib\netstandard2.1"></file>
|
||||
</files>
|
||||
</package>
|
1
Src/Asp.NetCore2/SqlSugar.GBaseCore/nuget.bat
Normal file
1
Src/Asp.NetCore2/SqlSugar.GBaseCore/nuget.bat
Normal file
@ -0,0 +1 @@
|
||||
%~dp0nuget.exe pack %~dp0SqlSugar.ClickHouseCore.nuspec -OutputDirectory %~dp0
|
@ -1,9 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace SqlSugar.OdbcCore
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
BIN
Src/Asp.NetCore2/SqlSugar.OdbcCore/NuGet.exe
Normal file
BIN
Src/Asp.NetCore2/SqlSugar.OdbcCore/NuGet.exe
Normal file
Binary file not shown.
24
Src/Asp.NetCore2/SqlSugar.OdbcCore/SqlSugar.OdbcCore.nuspec
Normal file
24
Src/Asp.NetCore2/SqlSugar.OdbcCore/SqlSugar.OdbcCore.nuspec
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugar.OdbcCore</id>
|
||||
<version>5.1.2.1</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 通过ODBC连接数据库 </description>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<tags>Asp.net core orm</tags>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="System.Data.Odbc" version="4.6" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="E:\Git\SqlSugarNew\Src\Asp.NetCore2\SqlSugar.OdbcCore\bin\Debug\netstandard2.1\SqlSugar.ClickHouseCore.dll" target="lib\netstandard2.1"></file>
|
||||
</files>
|
||||
</package>
|
1
Src/Asp.NetCore2/SqlSugar.OdbcCore/nuget.bat
Normal file
1
Src/Asp.NetCore2/SqlSugar.OdbcCore/nuget.bat
Normal file
@ -0,0 +1 @@
|
||||
%~dp0nuget.exe pack %~dp0SqlSugar.ClickHouseCore.nuspec -OutputDirectory %~dp0
|
Loading…
Reference in New Issue
Block a user