Update nuget

This commit is contained in:
skx 2020-12-17 15:42:51 +08:00
parent 402fb47a10
commit fe3d0f9f0c
4 changed files with 7 additions and 5 deletions

View File

@ -60,6 +60,7 @@ namespace SqlSugar
new KeyValuePair<string, CSharpDataType>("smallint",CSharpDataType.@short),
new KeyValuePair<string, CSharpDataType>("int4",CSharpDataType.@int),
new KeyValuePair<string, CSharpDataType>("integer",CSharpDataType.@int),
new KeyValuePair<string, CSharpDataType>("tinyint",CSharpDataType.@int),
new KeyValuePair<string, CSharpDataType>("int8",CSharpDataType.@long),
new KeyValuePair<string, CSharpDataType>("bigint",CSharpDataType.@long),
new KeyValuePair<string, CSharpDataType>("float4",CSharpDataType.@float),

View File

@ -2,12 +2,13 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>5.0.1.05</Version>
<Version>5.0.1.6</Version>
<Copyright>sun_kai_xuan</Copyright>
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageIconUrl></PackageIconUrl>
<PackageId>SqlSugar</PackageId>
<Description>果糖大数据科技(南通)有限公司</Description>
</PropertyGroup>
<ItemGroup>
@ -18,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.4" />
<PackageReference Include="MySql.Data" Version="8.0.19" />
<PackageReference Include="MySql.Data" Version="8.0.21" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Npgsql" Version="3.2.7" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.18.3" />

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>sqlSugarCore</id>
<version>5.0.1.5</version>
<version>5.0.1.6</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
@ -19,7 +19,7 @@
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="Microsoft.Data.Sqlite" version="2.2.4" />
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
<dependency id="MySql.Data" version="8.0.19" />
<dependency id="MySql.Data" version="8.0.21" />
<dependency id="Oracle.ManagedDataAccess.Core" version="2.18.3" />
<dependency id="Npgsql" version="3.2.7" />
<dependency id="SqlSugarCore.Dm" version="1.0.0" />

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>sqlSugarCoreNoDrive</id>
<version>5.0.1.5</version>
<version>5.0.1.6</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>