mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
5.0.1
This commit is contained in:
parent
5e78c10e1b
commit
51eee05ce4
@ -130,7 +130,7 @@ namespace SqlSugar
|
|||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
||||||
throw new Exception("你需要引用DmProvider.dll");
|
throw new Exception("你需要引用DmProvider.dll,在https://github.com/sunkaixuan/SqlSugar 源码里面下载");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.0.0.20")]
|
[assembly: AssemblyVersion("5.0.1")]
|
||||||
[assembly: AssemblyFileVersion("5.0.0.20")]
|
[assembly: AssemblyFileVersion("5.0.1")]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<Version>5.0.0.20</Version>
|
<Version>5.0.1</Version>
|
||||||
<Copyright>sun_kai_xuan</Copyright>
|
<Copyright>sun_kai_xuan</Copyright>
|
||||||
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
|
||||||
<PackageLicenseUrl></PackageLicenseUrl>
|
<PackageLicenseUrl></PackageLicenseUrl>
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
<dependency id="MySql.Data" version="8.0.22" />
|
<dependency id="MySql.Data" version="8.0.22" />
|
||||||
<dependency id="Oracle.ManagedDataAccess.Core" version="2.18.3" />
|
<dependency id="Oracle.ManagedDataAccess.Core" version="2.18.3" />
|
||||||
<dependency id="Npgsql" version="3.2.7" />
|
<dependency id="Npgsql" version="3.2.7" />
|
||||||
|
<dependency id="SqlSugarCore.Dm" version="1.0.0" />
|
||||||
|
<dependency id="SqlSugarCore.Kdbndp" version="1.0.0" />
|
||||||
</group>
|
</group>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Loading…
Reference in New Issue
Block a user