From ae2c9b7b08b1d88826c3a0cfdd684372dac7ba4e Mon Sep 17 00:00:00 2001 From: shuxinqin Date: Fri, 20 Oct 2017 14:48:00 +0800 Subject: [PATCH] v2.21.0 --- src/DotNet/Chloe.Extension/Chloe.Extension.nuspec | 4 ++-- src/DotNet/Chloe.Extension/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe.MySql/Chloe.MySql.nuspec | 4 ++-- src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe.Oracle/Chloe.Oracle.nuspec | 4 ++-- src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe.SQLite/Chloe.SQLite.nuspec | 4 ++-- src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe.SqlServer/Chloe.SqlServer.nuspec | 4 ++-- src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe/Chloe.nuspec | 2 +- src/DotNet/Chloe/Properties/AssemblyInfo.cs | 4 ++-- src/DotNetCore/Chloe.Extension/Chloe.Extension.csproj | 6 +++--- src/DotNetCore/Chloe.Extension/Chloe.Extension.nuspec | 4 ++-- src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj | 6 +++--- src/DotNetCore/Chloe.MySql/Chloe.MySql.nuspec | 4 ++-- src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj | 6 +++--- src/DotNetCore/Chloe.Oracle/Chloe.Oracle.nuspec | 4 ++-- src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj | 6 +++--- src/DotNetCore/Chloe.SQLite/Chloe.SQLite.nuspec | 4 ++-- src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj | 6 +++--- src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.nuspec | 4 ++-- src/DotNetCore/Chloe/Chloe.csproj | 6 +++--- src/DotNetCore/Chloe/Chloe.nuspec | 2 +- "\346\233\264\346\226\260\346\227\245\345\277\227.md" | 5 +++++ 25 files changed, 57 insertions(+), 52 deletions(-) diff --git a/src/DotNet/Chloe.Extension/Chloe.Extension.nuspec b/src/DotNet/Chloe.Extension/Chloe.Extension.nuspec index cab41cd4..7bc46ea3 100644 --- a/src/DotNet/Chloe.Extension/Chloe.Extension.nuspec +++ b/src/DotNet/Chloe.Extension/Chloe.Extension.nuspec @@ -2,7 +2,7 @@ Chloe.Extension - 1.7.0 + 1.8.0 Chloe.Extension Shuxin Qin Shuxin Qin @@ -15,7 +15,7 @@ Chloe,ORM,Data - + diff --git a/src/DotNet/Chloe.Extension/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.Extension/Properties/AssemblyInfo.cs index 0faf41c9..53eb567b 100644 --- a/src/DotNet/Chloe.Extension/Properties/AssemblyInfo.cs +++ b/src/DotNet/Chloe.Extension/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.7.0.0")] -[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyVersion("1.8.0.0")] +[assembly: AssemblyFileVersion("1.8.0.0")] diff --git a/src/DotNet/Chloe.MySql/Chloe.MySql.nuspec b/src/DotNet/Chloe.MySql/Chloe.MySql.nuspec index 66814553..45e3d834 100644 --- a/src/DotNet/Chloe.MySql/Chloe.MySql.nuspec +++ b/src/DotNet/Chloe.MySql/Chloe.MySql.nuspec @@ -2,7 +2,7 @@ Chloe.MySql - 2.19.0 + 2.21.0 Chloe.MySql Shuxin Qin Shuxin Qin @@ -20,7 +20,7 @@ Requires: Chloe,ORM,Data,MySql - + diff --git a/src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs index 2003d436..19742393 100644 --- a/src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs +++ b/src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.19.0.0")] -[assembly: AssemblyFileVersion("2.19.0.0")] +[assembly: AssemblyVersion("2.21.0.0")] +[assembly: AssemblyFileVersion("2.21.0.0")] diff --git a/src/DotNet/Chloe.Oracle/Chloe.Oracle.nuspec b/src/DotNet/Chloe.Oracle/Chloe.Oracle.nuspec index a369b42a..fc0575ac 100644 --- a/src/DotNet/Chloe.Oracle/Chloe.Oracle.nuspec +++ b/src/DotNet/Chloe.Oracle/Chloe.Oracle.nuspec @@ -2,7 +2,7 @@ Chloe.Oracle - 2.19.0 + 2.21.0 Chloe.Oracle Shuxin Qin Shuxin Qin @@ -20,7 +20,7 @@ Requires: Chloe,ORM,Data,Oracle - + diff --git a/src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs index 8167473a..d6856857 100644 --- a/src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs +++ b/src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.19.0.0")] -[assembly: AssemblyFileVersion("2.19.0.0")] +[assembly: AssemblyVersion("2.21.0.0")] +[assembly: AssemblyFileVersion("2.21.0.0")] diff --git a/src/DotNet/Chloe.SQLite/Chloe.SQLite.nuspec b/src/DotNet/Chloe.SQLite/Chloe.SQLite.nuspec index a0e48b8f..49e61ec2 100644 --- a/src/DotNet/Chloe.SQLite/Chloe.SQLite.nuspec +++ b/src/DotNet/Chloe.SQLite/Chloe.SQLite.nuspec @@ -2,7 +2,7 @@ Chloe.SQLite - 2.19.0 + 2.21.0 Chloe.SQLite Shuxin Qin Shuxin Qin @@ -20,7 +20,7 @@ Requires: Chloe,ORM,Data,SQLite - + diff --git a/src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs index 333d99ef..179ebcb7 100644 --- a/src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs +++ b/src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.19.0.0")] -[assembly: AssemblyFileVersion("2.19.0.0")] +[assembly: AssemblyVersion("2.21.0.0")] +[assembly: AssemblyFileVersion("2.21.0.0")] diff --git a/src/DotNet/Chloe.SqlServer/Chloe.SqlServer.nuspec b/src/DotNet/Chloe.SqlServer/Chloe.SqlServer.nuspec index c5dbafec..fea554f3 100644 --- a/src/DotNet/Chloe.SqlServer/Chloe.SqlServer.nuspec +++ b/src/DotNet/Chloe.SqlServer/Chloe.SqlServer.nuspec @@ -2,7 +2,7 @@ Chloe.SqlServer - 2.19.0 + 2.21.0 Chloe.SqlServer Shuxin Qin Shuxin Qin @@ -20,7 +20,7 @@ Requires: Chloe,ORM,Data,SqlServer - + diff --git a/src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs index aa93d901..93ea882b 100644 --- a/src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs +++ b/src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.19.0.0")] -[assembly: AssemblyFileVersion("2.19.0.0")] +[assembly: AssemblyVersion("2.21.0.0")] +[assembly: AssemblyFileVersion("2.21.0.0")] diff --git a/src/DotNet/Chloe/Chloe.nuspec b/src/DotNet/Chloe/Chloe.nuspec index d38e609f..13c0b6a5 100644 --- a/src/DotNet/Chloe/Chloe.nuspec +++ b/src/DotNet/Chloe/Chloe.nuspec @@ -2,7 +2,7 @@ Chloe - 2.19.0 + 2.21.0 Chloe Shuxin Qin Shuxin Qin diff --git a/src/DotNet/Chloe/Properties/AssemblyInfo.cs b/src/DotNet/Chloe/Properties/AssemblyInfo.cs index 5a753edb..fe83a66b 100644 --- a/src/DotNet/Chloe/Properties/AssemblyInfo.cs +++ b/src/DotNet/Chloe/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.19.0.0")] -[assembly: AssemblyFileVersion("2.19.0.0")] +[assembly: AssemblyVersion("2.21.0.0")] +[assembly: AssemblyFileVersion("2.21.0.0")] diff --git a/src/DotNetCore/Chloe.Extension/Chloe.Extension.csproj b/src/DotNetCore/Chloe.Extension/Chloe.Extension.csproj index a677efd9..237a71d0 100644 --- a/src/DotNetCore/Chloe.Extension/Chloe.Extension.csproj +++ b/src/DotNetCore/Chloe.Extension/Chloe.Extension.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 1.7.0 - 1.7.0.0 - 1.7.0.0 + 1.8.0 + 1.8.0.0 + 1.8.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.Extension Chloe.ORM diff --git a/src/DotNetCore/Chloe.Extension/Chloe.Extension.nuspec b/src/DotNetCore/Chloe.Extension/Chloe.Extension.nuspec index 54f7ceb2..4246c8ab 100644 --- a/src/DotNetCore/Chloe.Extension/Chloe.Extension.nuspec +++ b/src/DotNetCore/Chloe.Extension/Chloe.Extension.nuspec @@ -2,7 +2,7 @@ ChloeCore.Extension - 1.7.0 + 1.8.0 ChloeCore.Extension Shuxin Qin Shuxin Qin @@ -16,7 +16,7 @@ - + diff --git a/src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj b/src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj index 00d10fbc..3198a894 100644 --- a/src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj +++ b/src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.19.0 - 2.19.0.0 - 2.19.0.0 + 2.21.0 + 2.21.0.0 + 2.21.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.MySql Chloe.ORM diff --git a/src/DotNetCore/Chloe.MySql/Chloe.MySql.nuspec b/src/DotNetCore/Chloe.MySql/Chloe.MySql.nuspec index 99c6754a..ec9d9f2b 100644 --- a/src/DotNetCore/Chloe.MySql/Chloe.MySql.nuspec +++ b/src/DotNetCore/Chloe.MySql/Chloe.MySql.nuspec @@ -2,7 +2,7 @@ ChloeCore.MySql - 2.19.0 + 2.21.0 ChloeCore.MySql Shuxin Qin Shuxin Qin @@ -16,7 +16,7 @@ - + diff --git a/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj b/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj index 9d45779a..cadd2bad 100644 --- a/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj +++ b/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.19.0 - 2.19.0.0 - 2.19.0.0 + 2.21.0 + 2.21.0.0 + 2.21.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.Oracle Chloe.ORM diff --git a/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.nuspec b/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.nuspec index bfaf68a9..6953381f 100644 --- a/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.nuspec +++ b/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.nuspec @@ -2,7 +2,7 @@ ChloeCore.Oracle - 2.19.0 + 2.21.0 ChloeCore.Oracle Shuxin Qin Shuxin Qin @@ -16,7 +16,7 @@ - + diff --git a/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj b/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj index e4a38555..12107911 100644 --- a/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj +++ b/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.19.0 - 2.19.0.0 - 2.19.0.0 + 2.21.0 + 2.21.0.0 + 2.21.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.SQLite Chloe.ORM diff --git a/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.nuspec b/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.nuspec index 1c558d5b..8ae7c75d 100644 --- a/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.nuspec +++ b/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.nuspec @@ -2,7 +2,7 @@ ChloeCore.SQLite - 2.19.0 + 2.21.0 ChloeCore.SQLite Shuxin Qin Shuxin Qin @@ -16,7 +16,7 @@ - + diff --git a/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj b/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj index cf34c944..4081b351 100644 --- a/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj +++ b/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.19.0 - 2.19.0.0 - 2.19.0.0 + 2.21.0 + 2.21.0.0 + 2.21.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.SqlServer Chloe.ORM diff --git a/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.nuspec b/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.nuspec index 6815eafb..3967175c 100644 --- a/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.nuspec +++ b/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.nuspec @@ -2,7 +2,7 @@ ChloeCore.SqlServer - 2.19.0 + 2.21.0 ChloeCore.SqlServer Shuxin Qin Shuxin Qin @@ -16,7 +16,7 @@ - + diff --git a/src/DotNetCore/Chloe/Chloe.csproj b/src/DotNetCore/Chloe/Chloe.csproj index 55a36da8..9e46be18 100644 --- a/src/DotNetCore/Chloe/Chloe.csproj +++ b/src/DotNetCore/Chloe/Chloe.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.19.0 - 2.19.0.0 - 2.19.0.0 + 2.21.0 + 2.21.0.0 + 2.21.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore Chloe.ORM diff --git a/src/DotNetCore/Chloe/Chloe.nuspec b/src/DotNetCore/Chloe/Chloe.nuspec index a2bdbd63..d8838128 100644 --- a/src/DotNetCore/Chloe/Chloe.nuspec +++ b/src/DotNetCore/Chloe/Chloe.nuspec @@ -2,7 +2,7 @@ ChloeCore - 2.19.0 + 2.21.0 ChloeCore Shuxin Qin Shuxin Qin diff --git "a/\346\233\264\346\226\260\346\227\245\345\277\227.md" "b/\346\233\264\346\226\260\346\227\245\345\277\227.md" index 9c82a9b4..f34fe64c 100644 --- "a/\346\233\264\346\226\260\346\227\245\345\277\227.md" +++ "b/\346\233\264\346\226\260\346\227\245\345\277\227.md" @@ -1,3 +1,8 @@ +* **2017-10-20** + * 支持数据库 int64 类型数据映射到枚举 + * 优化 'IN' 查询 + * 性能优化 + * 版本更新至 v2.21.0 * **2017-10-11** * fix bug:对于实体包含类型为double,float,decimal的属性,调用 IDbContext.InsertRange() 方法插入数据时,生成错误sql导致插入数据有误。 * 版本更新至 v2.19.0