Add Nuget.exe

This commit is contained in:
sunkaixuan
2017-06-22 23:33:59 +08:00
parent 3e60f8465f
commit 92f3559497
4 changed files with 21 additions and 2 deletions

Binary file not shown.

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0")]
[assembly: AssemblyFileVersion("4.0")]
[assembly: AssemblyVersion("4.0.1")]
[assembly: AssemblyFileVersion("4.0.1")]

View 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>

View File

@@ -0,0 +1 @@
%~dp0nuget.exe pack %~dp0SqlSugar.csproj -OutputDirectory %~dp0