This commit is contained in:
skx 2020-11-01 15:10:09 +08:00
parent 5e78c10e1b
commit 51eee05ce4
4 changed files with 6 additions and 4 deletions

View File

@ -130,7 +130,7 @@ namespace SqlSugar
catch (Exception ex)
{
throw new Exception("你需要引用DmProvider.dll");
throw new Exception("你需要引用DmProvider.dll在https://github.com/sunkaixuan/SqlSugar 源码里面下载");
}
}
}

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
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.0.0.20")]
[assembly: AssemblyFileVersion("5.0.0.20")]
[assembly: AssemblyVersion("5.0.1")]
[assembly: AssemblyFileVersion("5.0.1")]

View File

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

View File

@ -22,6 +22,8 @@
<dependency id="MySql.Data" version="8.0.22" />
<dependency id="Oracle.ManagedDataAccess.Core" version="2.18.3" />
<dependency id="Npgsql" version="3.2.7" />
<dependency id="SqlSugarCore.Dm" version="1.0.0" />
<dependency id="SqlSugarCore.Kdbndp" version="1.0.0" />
</group>
</dependencies>
</metadata>