diff --git a/Src/Asp.Net/SqlSugar/NuGet.exe b/Src/Asp.Net/SqlSugar/NuGet.exe new file mode 100644 index 000000000..6bb79fe53 Binary files /dev/null and b/Src/Asp.Net/SqlSugar/NuGet.exe differ diff --git a/Src/Asp.Net/SqlSugar/Properties/AssemblyInfo.cs b/Src/Asp.Net/SqlSugar/Properties/AssemblyInfo.cs index 27254ff54..16aa29328 100644 --- a/Src/Asp.Net/SqlSugar/Properties/AssemblyInfo.cs +++ b/Src/Asp.Net/SqlSugar/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Src/Asp.Net/SqlSugar/SqlSugar.nuspec b/Src/Asp.Net/SqlSugar/SqlSugar.nuspec new file mode 100644 index 000000000..82311a3f5 --- /dev/null +++ b/Src/Asp.Net/SqlSugar/SqlSugar.nuspec @@ -0,0 +1,18 @@ + + + + sqlSugar + 4.0.1 + SqlSugar SqlServer ORM + sun kaixuan + landa + https://github.com/sunkaixuan/SqlSugar + https://github.com/sunkaixuan/SqlSugar + https://secure.gravatar.com/avatar/a82c03402497b2e58fd65038a3699b30 + false + SqlSugar ORM .NET 4.0+ High-performance, lightweight http://www.cnblogs.com/sunkaixuan/p/5654695.html + Copyright 2017 + asp.net orm + + + \ No newline at end of file diff --git a/Src/Asp.Net/SqlSugar/nuget.bat b/Src/Asp.Net/SqlSugar/nuget.bat new file mode 100644 index 000000000..4051a8c9c --- /dev/null +++ b/Src/Asp.Net/SqlSugar/nuget.bat @@ -0,0 +1 @@ +%~dp0nuget.exe pack %~dp0SqlSugar.csproj -OutputDirectory %~dp0 \ No newline at end of file