This commit is contained in:
sunkaixuan 2017-09-11 13:32:36 +08:00
parent 78d623471f
commit 66f96e3c7d
2 changed files with 3 additions and 3 deletions

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

View File

@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>sqlSugar</id> <id>sqlSugar</id>
<version>4.5.1.5</version> <version>4.5.1.6</version>
<title>SqlSugar .Net Framework 4.0+ ORM </title> <title>SqlSugar .Net Framework 4.0+ ORM </title>
<authors>sun kaixuan</authors> <authors>sun kaixuan</authors>
<owners>landa</owners> <owners>landa</owners>