mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
Add Nuget.exe
This commit is contained in:
BIN
Src/Asp.Net/SqlSugar/NuGet.exe
Normal file
BIN
Src/Asp.Net/SqlSugar/NuGet.exe
Normal file
Binary file not shown.
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4.0")]
|
[assembly: AssemblyVersion("4.0.1")]
|
||||||
[assembly: AssemblyFileVersion("4.0")]
|
[assembly: AssemblyFileVersion("4.0.1")]
|
||||||
|
|||||||
18
Src/Asp.Net/SqlSugar/SqlSugar.nuspec
Normal file
18
Src/Asp.Net/SqlSugar/SqlSugar.nuspec
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<package >
|
||||||
|
<metadata>
|
||||||
|
<id>sqlSugar</id>
|
||||||
|
<version>4.0.1</version>
|
||||||
|
<title>SqlSugar SqlServer ORM</title>
|
||||||
|
<authors>sun kaixuan</authors>
|
||||||
|
<owners>landa</owners>
|
||||||
|
<licenseUrl>https://github.com/sunkaixuan/SqlSugar</licenseUrl>
|
||||||
|
<projectUrl>https://github.com/sunkaixuan/SqlSugar</projectUrl>
|
||||||
|
<iconUrl>https://secure.gravatar.com/avatar/a82c03402497b2e58fd65038a3699b30</iconUrl>
|
||||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
<description>SqlSugar ORM .NET 4.0+ High-performance, lightweight http://www.cnblogs.com/sunkaixuan/p/5654695.html</description>
|
||||||
|
<copyright>Copyright 2017</copyright>
|
||||||
|
<tags>asp.net orm</tags>
|
||||||
|
|
||||||
|
</metadata>
|
||||||
|
</package>
|
||||||
1
Src/Asp.Net/SqlSugar/nuget.bat
Normal file
1
Src/Asp.Net/SqlSugar/nuget.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
%~dp0nuget.exe pack %~dp0SqlSugar.csproj -OutputDirectory %~dp0
|
||||||
Reference in New Issue
Block a user