From bd2b3570c017344d8193cec233451610fac12ab2 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Mon, 26 Jun 2017 13:02:56 +0800 Subject: [PATCH] Update Nuget --- .../SqlServerTest/src/SqlSugar/Properties/AssemblyInfo.cs | 2 ++ .../SqlServerTest/src/SqlSugar/SqlSugarForCore.nuspec | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Src/Asp.NetCore/SqlServerTest/src/SqlSugar/Properties/AssemblyInfo.cs b/Src/Asp.NetCore/SqlServerTest/src/SqlSugar/Properties/AssemblyInfo.cs index 3a820dc8f..e52ad55ea 100644 --- a/Src/Asp.NetCore/SqlServerTest/src/SqlSugar/Properties/AssemblyInfo.cs +++ b/Src/Asp.NetCore/SqlServerTest/src/SqlSugar/Properties/AssemblyInfo.cs @@ -17,3 +17,5 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("1c022a5c-4e4d-4026-a8a3-f659b9740a1a")] +[assembly: AssemblyVersion("4.1.0.1")] +[assembly: AssemblyFileVersion("4.1.0.1")] diff --git a/Src/Asp.NetCore/SqlServerTest/src/SqlSugar/SqlSugarForCore.nuspec b/Src/Asp.NetCore/SqlServerTest/src/SqlSugar/SqlSugarForCore.nuspec index cf712a14a..f422e06fe 100644 --- a/Src/Asp.NetCore/SqlServerTest/src/SqlSugar/SqlSugarForCore.nuspec +++ b/Src/Asp.NetCore/SqlServerTest/src/SqlSugar/SqlSugarForCore.nuspec @@ -2,7 +2,7 @@ sqlSugarCore - 4.1 + 4.1.0.1 sunkaixuan Landa http://www.apache.org/licenses/LICENSE-2.0.html @@ -25,6 +25,6 @@ - + \ No newline at end of file