From 0589bff5d0618a25de3c2d844c602e08648a5103 Mon Sep 17 00:00:00 2001 From: shuxinqin Date: Sun, 25 Mar 2018 21:21:05 +0800 Subject: [PATCH] v2.26 --- src/Chloe.MySql.nuspec | 6 +++--- src/Chloe.Oracle.nuspec | 6 +++--- src/Chloe.SQLite.nuspec | 6 +++--- src/Chloe.SqlServer.nuspec | 6 +++--- src/Chloe.nuspec | 2 +- src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs | 4 ++-- src/DotNet/Chloe/Properties/AssemblyInfo.cs | 4 ++-- src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj | 6 +++--- src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj | 6 +++--- src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj | 6 +++--- src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj | 6 +++--- src/DotNetCore/Chloe/Chloe.csproj | 6 +++--- "\346\233\264\346\226\260\346\227\245\345\277\227.md" | 3 +++ 16 files changed, 41 insertions(+), 38 deletions(-) diff --git a/src/Chloe.MySql.nuspec b/src/Chloe.MySql.nuspec index 6e0323d4..31b885fc 100644 --- a/src/Chloe.MySql.nuspec +++ b/src/Chloe.MySql.nuspec @@ -2,7 +2,7 @@ Chloe.MySql - 2.25.0 + 2.26.0 Chloe.MySql Shuxin Qin Shuxin Qin @@ -18,11 +18,11 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library. - + - + diff --git a/src/Chloe.Oracle.nuspec b/src/Chloe.Oracle.nuspec index fb0d7553..2a721aa5 100644 --- a/src/Chloe.Oracle.nuspec +++ b/src/Chloe.Oracle.nuspec @@ -2,7 +2,7 @@ Chloe.Oracle - 2.25.0 + 2.26.0 Chloe.Oracle Shuxin Qin Shuxin Qin @@ -18,11 +18,11 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library. - + - + diff --git a/src/Chloe.SQLite.nuspec b/src/Chloe.SQLite.nuspec index 01bbbfc6..387d3f8f 100644 --- a/src/Chloe.SQLite.nuspec +++ b/src/Chloe.SQLite.nuspec @@ -2,7 +2,7 @@ Chloe.SQLite - 2.25.0 + 2.26.0 Chloe.SQLite Shuxin Qin Shuxin Qin @@ -18,11 +18,11 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library. - + - + diff --git a/src/Chloe.SqlServer.nuspec b/src/Chloe.SqlServer.nuspec index 8c7fb595..975f1d1d 100644 --- a/src/Chloe.SqlServer.nuspec +++ b/src/Chloe.SqlServer.nuspec @@ -2,7 +2,7 @@ Chloe.SqlServer - 2.25.0 + 2.26.0 Chloe.SqlServer Shuxin Qin Shuxin Qin @@ -18,11 +18,11 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library. - + - + diff --git a/src/Chloe.nuspec b/src/Chloe.nuspec index c913671a..644e4619 100644 --- a/src/Chloe.nuspec +++ b/src/Chloe.nuspec @@ -2,7 +2,7 @@ Chloe - 2.25.0 + 2.26.0 Chloe Shuxin Qin Shuxin Qin diff --git a/src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs index b07c8210..6ea37460 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.25.0.0")] -[assembly: AssemblyFileVersion("2.25.0.0")] +[assembly: AssemblyVersion("2.26.0.0")] +[assembly: AssemblyFileVersion("2.26.0.0")] diff --git a/src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs index 49e969fa..a5ebd75e 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.25.0.0")] -[assembly: AssemblyFileVersion("2.25.0.0")] +[assembly: AssemblyVersion("2.26.0.0")] +[assembly: AssemblyFileVersion("2.26.0.0")] diff --git a/src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs index 08ed32f6..f28ff297 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.25.0.0")] -[assembly: AssemblyFileVersion("2.25.0.0")] +[assembly: AssemblyVersion("2.26.0.0")] +[assembly: AssemblyFileVersion("2.26.0.0")] diff --git a/src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs b/src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs index d7268b40..c03d6e41 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.25.0.0")] -[assembly: AssemblyFileVersion("2.25.0.0")] +[assembly: AssemblyVersion("2.26.0.0")] +[assembly: AssemblyFileVersion("2.26.0.0")] diff --git a/src/DotNet/Chloe/Properties/AssemblyInfo.cs b/src/DotNet/Chloe/Properties/AssemblyInfo.cs index 2924ec4b..af81ed6f 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.25.0.0")] -[assembly: AssemblyFileVersion("2.25.0.0")] +[assembly: AssemblyVersion("2.26.0.0")] +[assembly: AssemblyFileVersion("2.26.0.0")] diff --git a/src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj b/src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj index 395c4933..b9bef511 100644 --- a/src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj +++ b/src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.25.0 - 2.25.0.0 - 2.25.0.0 + 2.26.0 + 2.26.0.0 + 2.26.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.MySql Chloe.ORM diff --git a/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj b/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj index feb60911..b51d9595 100644 --- a/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj +++ b/src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.25.0 - 2.25.0.0 - 2.25.0.0 + 2.26.0 + 2.26.0.0 + 2.26.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.Oracle Chloe.ORM diff --git a/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj b/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj index e3132dfe..1d58dc97 100644 --- a/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj +++ b/src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.25.0 - 2.25.0.0 - 2.25.0.0 + 2.26.0 + 2.26.0.0 + 2.26.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.SQLite Chloe.ORM diff --git a/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj b/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj index 92f94a20..f27fa8cd 100644 --- a/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj +++ b/src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.25.0 - 2.25.0.0 - 2.25.0.0 + 2.26.0 + 2.26.0.0 + 2.26.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore.SqlServer Chloe.ORM diff --git a/src/DotNetCore/Chloe/Chloe.csproj b/src/DotNetCore/Chloe/Chloe.csproj index 2eeba54b..e3338fec 100644 --- a/src/DotNetCore/Chloe/Chloe.csproj +++ b/src/DotNetCore/Chloe/Chloe.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 2.25.0 - 2.25.0.0 - 2.25.0.0 + 2.26.0 + 2.26.0.0 + 2.26.0.0 A lightweight and high-performance Object/Relational Mapping(ORM) library. ChloeCore Chloe.ORM 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 a005b4a4..41397533 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,6 @@ +* **2018-3-25** + * 移除过时类 AggregateFunctions 和 DbFunctions + * 版本更新至 v2.26.0 * **2018-3-11** * 修改在lambda中使用子查询作为相等判断的操作数时生成复杂的sql影响效率问题,如q.Where(a => a.Id == context.Query().First().Id) * 版本更新至 v2.25.0