Update access bug

This commit is contained in:
sunkaixuan
2022-03-30 19:06:15 +08:00
parent 02e914e2f2
commit f7af838f46
3 changed files with 6 additions and 3 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

View File

@@ -69,5 +69,8 @@
<Name>SqlSugar</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="SqlSugar.Access.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugar.Access</id>
<version>1.2</version>
<version>1.3</version>
<title>SqlSugar.Access Framework</title>
<authors>sun kaixuan</authors>
<owners>landa</owners>