This commit is contained in:
sunkaixuan 2017-09-20 14:51:46 +08:00
parent db48004b54
commit 42a575c730
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ namespace SqlSugar
}
else
{
return 450;
return 490;
}
}
}

View File

@ -36,7 +36,7 @@ namespace SqlSugar
}
else
{
return 450;
return 490;
}
}
}

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>4.5.2.5</Version>
<Version>4.5.2.6</Version>
<Copyright>sun_kai_xuan</Copyright>
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>