Skip to content

Commit

Permalink
v2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
shuxinqin committed Mar 25, 2018
1 parent 7fa2be1 commit 0589bff
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 38 deletions.
6 changes: 3 additions & 3 deletions src/Chloe.MySql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Chloe.MySql</id>
<version>2.25.0</version>
<version>2.26.0</version>
<title>Chloe.MySql</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -18,11 +18,11 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.

<dependencies>
<group targetFramework="net40">
<dependency id="Chloe" version="2.25.0" />
<dependency id="Chloe" version="2.26.0" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="2.25.0" />
<dependency id="Chloe" version="2.26.0" />
</group>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions src/Chloe.Oracle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Chloe.Oracle</id>
<version>2.25.0</version>
<version>2.26.0</version>
<title>Chloe.Oracle</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -18,11 +18,11 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.

<dependencies>
<group targetFramework="net40">
<dependency id="Chloe" version="2.25.0" />
<dependency id="Chloe" version="2.26.0" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="2.25.0" />
<dependency id="Chloe" version="2.26.0" />
</group>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions src/Chloe.SQLite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Chloe.SQLite</id>
<version>2.25.0</version>
<version>2.26.0</version>
<title>Chloe.SQLite</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -18,11 +18,11 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.

<dependencies>
<group targetFramework="net40">
<dependency id="Chloe" version="2.25.0" />
<dependency id="Chloe" version="2.26.0" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="2.25.0" />
<dependency id="Chloe" version="2.26.0" />
</group>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions src/Chloe.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Chloe.SqlServer</id>
<version>2.25.0</version>
<version>2.26.0</version>
<title>Chloe.SqlServer</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -18,11 +18,11 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.

<dependencies>
<group targetFramework="net40">
<dependency id="Chloe" version="2.25.0" />
<dependency id="Chloe" version="2.26.0" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="2.25.0" />
<dependency id="Chloe" version="2.26.0" />
<dependency id="System.Data.SqlClient" version="4.4.0" />
</group>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/Chloe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Chloe</id>
<version>2.25.0</version>
<version>2.26.0</version>
<title>Chloe</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand Down
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.MySql/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.Oracle/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.SQLite/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.SqlServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions src/DotNet/Chloe/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions src/DotNetCore/Chloe.MySql/Chloe.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.25.0</Version>
<AssemblyVersion>2.25.0.0</AssemblyVersion>
<FileVersion>2.25.0.0</FileVersion>
<Version>2.26.0</Version>
<AssemblyVersion>2.26.0.0</AssemblyVersion>
<FileVersion>2.26.0.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>ChloeCore.MySql</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/DotNetCore/Chloe.Oracle/Chloe.Oracle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.25.0</Version>
<AssemblyVersion>2.25.0.0</AssemblyVersion>
<FileVersion>2.25.0.0</FileVersion>
<Version>2.26.0</Version>
<AssemblyVersion>2.26.0.0</AssemblyVersion>
<FileVersion>2.26.0.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>ChloeCore.Oracle</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/DotNetCore/Chloe.SQLite/Chloe.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.25.0</Version>
<AssemblyVersion>2.25.0.0</AssemblyVersion>
<FileVersion>2.25.0.0</FileVersion>
<Version>2.26.0</Version>
<AssemblyVersion>2.26.0.0</AssemblyVersion>
<FileVersion>2.26.0.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>ChloeCore.SQLite</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.25.0</Version>
<AssemblyVersion>2.25.0.0</AssemblyVersion>
<FileVersion>2.25.0.0</FileVersion>
<Version>2.26.0</Version>
<AssemblyVersion>2.26.0.0</AssemblyVersion>
<FileVersion>2.26.0.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>ChloeCore.SqlServer</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/DotNetCore/Chloe/Chloe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.25.0</Version>
<AssemblyVersion>2.25.0.0</AssemblyVersion>
<FileVersion>2.25.0.0</FileVersion>
<Version>2.26.0</Version>
<AssemblyVersion>2.26.0.0</AssemblyVersion>
<FileVersion>2.26.0.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>ChloeCore</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
3 changes: 3 additions & 0 deletions 更新日志.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* **2018-3-25**
* 移除过时类 AggregateFunctions 和 DbFunctions
* 版本更新至 v2.26.0
* **2018-3-11**
* 修改在lambda中使用子查询作为相等判断的操作数时生成复杂的sql影响效率问题,如q.Where(a => a.Id == context.Query<TestEntity>().First().Id)
* 版本更新至 v2.25.0
Expand Down

0 comments on commit 0589bff

Please sign in to comment.