Browse Source

5.1.4.78

pull/33/head
sunkaixuan 2 years ago
parent
commit
af6c1e9126
  1. 4
      Src/Asp.Net/SqlSugar/Properties/AssemblyInfo.cs
  2. 2
      Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec

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 // 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("5.1.4.77")] [assembly: AssemblyVersion("5.1.4.78")]
[assembly: AssemblyFileVersion("5.1.4.77")] [assembly: AssemblyFileVersion("5.1.4.78")]

2
Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec

@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCore</id> <id>SqlSugarCore</id>
<version>5.1.4.77</version> <version>5.1.4.78-preview06</version>
<authors>sunkaixuan</authors> <authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners> <owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

Loading…
Cancel
Save