Browse Source

4.1.0.3

pull/12/MERGE
sunkaixuan 8 years ago
parent
commit
e8ff1c2676
  1. 4
      Src/Asp.Net/SqlSugar/Properties/AssemblyInfo.cs
  2. 4
      Src/Asp.NetCore/SqlServerTest/src/SqlSugar/Properties/AssemblyInfo.cs

4
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.1.0.2")]
[assembly: AssemblyFileVersion("4.1.0.2")]
[assembly: AssemblyVersion("4.1.0.3")]
[assembly: AssemblyFileVersion("4.1.0.3")]

4
Src/Asp.NetCore/SqlServerTest/src/SqlSugar/Properties/AssemblyInfo.cs

@ -17,5 +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.2")]
[assembly: AssemblyFileVersion("4.1.0.2")]
[assembly: AssemblyVersion("4.1.0.3")]
[assembly: AssemblyFileVersion("4.1.0.3")]

Loading…
Cancel
Save