Skip to content

Commit

Permalink
v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shuxinqin committed Oct 20, 2017
1 parent bfa4aee commit ae2c9b7
Show file tree
Hide file tree
Showing 25 changed files with 57 additions and 52 deletions.
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.Extension/Chloe.Extension.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Chloe.Extension</id>
<version>1.7.0</version>
<version>1.8.0</version>
<title>Chloe.Extension</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -15,7 +15,7 @@
<tags>Chloe,ORM,Data</tags>

<dependencies>
<dependency id="Chloe" version="2.18.0" />
<dependency id="Chloe" version="2.21.0" />
</dependencies>

</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.Extension/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("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.MySql/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.19.0</version>
<version>2.21.0</version>
<title>Chloe.MySql</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -20,7 +20,7 @@ Requires:
<tags>Chloe,ORM,Data,MySql</tags>

<dependencies>
<dependency id="Chloe" version="2.19.0" />
<dependency id="Chloe" version="2.21.0" />
</dependencies>

</metadata>
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.19.0.0")]
[assembly: AssemblyFileVersion("2.19.0.0")]
[assembly: AssemblyVersion("2.21.0.0")]
[assembly: AssemblyFileVersion("2.21.0.0")]
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.Oracle/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.19.0</version>
<version>2.21.0</version>
<title>Chloe.Oracle</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -20,7 +20,7 @@ Requires:
<tags>Chloe,ORM,Data,Oracle</tags>

<dependencies>
<dependency id="Chloe" version="2.19.0" />
<dependency id="Chloe" version="2.21.0" />
</dependencies>

</metadata>
Expand Down
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.19.0.0")]
[assembly: AssemblyFileVersion("2.19.0.0")]
[assembly: AssemblyVersion("2.21.0.0")]
[assembly: AssemblyFileVersion("2.21.0.0")]
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.SQLite/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.19.0</version>
<version>2.21.0</version>
<title>Chloe.SQLite</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -20,7 +20,7 @@ Requires:
<tags>Chloe,ORM,Data,SQLite</tags>

<dependencies>
<dependency id="Chloe" version="2.19.0" />
<dependency id="Chloe" version="2.21.0" />
</dependencies>

</metadata>
Expand Down
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.19.0.0")]
[assembly: AssemblyFileVersion("2.19.0.0")]
[assembly: AssemblyVersion("2.21.0.0")]
[assembly: AssemblyFileVersion("2.21.0.0")]
4 changes: 2 additions & 2 deletions src/DotNet/Chloe.SqlServer/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.19.0</version>
<version>2.21.0</version>
<title>Chloe.SqlServer</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -20,7 +20,7 @@ Requires:
<tags>Chloe,ORM,Data,SqlServer</tags>

<dependencies>
<dependency id="Chloe" version="2.19.0" />
<dependency id="Chloe" version="2.21.0" />
</dependencies>

</metadata>
Expand Down
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.19.0.0")]
[assembly: AssemblyFileVersion("2.19.0.0")]
[assembly: AssemblyVersion("2.21.0.0")]
[assembly: AssemblyFileVersion("2.21.0.0")]
2 changes: 1 addition & 1 deletion src/DotNet/Chloe/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.19.0</version>
<version>2.21.0</version>
<title>Chloe</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand Down
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.19.0.0")]
[assembly: AssemblyFileVersion("2.19.0.0")]
[assembly: AssemblyVersion("2.21.0.0")]
[assembly: AssemblyFileVersion("2.21.0.0")]
6 changes: 3 additions & 3 deletions src/DotNetCore/Chloe.Extension/Chloe.Extension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.7.0</Version>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<FileVersion>1.7.0.0</FileVersion>
<Version>1.8.0</Version>
<AssemblyVersion>1.8.0.0</AssemblyVersion>
<FileVersion>1.8.0.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>ChloeCore.Extension</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
4 changes: 2 additions & 2 deletions src/DotNetCore/Chloe.Extension/Chloe.Extension.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ChloeCore.Extension</id>
<version>1.7.0</version>
<version>1.8.0</version>
<title>ChloeCore.Extension</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="ChloeCore" version="2.18.0" />
<dependency id="ChloeCore" version="2.21.0" />
</group>
</dependencies>

Expand Down
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.19.0</Version>
<AssemblyVersion>2.19.0.0</AssemblyVersion>
<FileVersion>2.19.0.0</FileVersion>
<Version>2.21.0</Version>
<AssemblyVersion>2.21.0.0</AssemblyVersion>
<FileVersion>2.21.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
4 changes: 2 additions & 2 deletions src/DotNetCore/Chloe.MySql/Chloe.MySql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ChloeCore.MySql</id>
<version>2.19.0</version>
<version>2.21.0</version>
<title>ChloeCore.MySql</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="ChloeCore" version="2.19.0" />
<dependency id="ChloeCore" version="2.21.0" />
</group>
</dependencies>

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.19.0</Version>
<AssemblyVersion>2.19.0.0</AssemblyVersion>
<FileVersion>2.19.0.0</FileVersion>
<Version>2.21.0</Version>
<AssemblyVersion>2.21.0.0</AssemblyVersion>
<FileVersion>2.21.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
4 changes: 2 additions & 2 deletions src/DotNetCore/Chloe.Oracle/Chloe.Oracle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ChloeCore.Oracle</id>
<version>2.19.0</version>
<version>2.21.0</version>
<title>ChloeCore.Oracle</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="ChloeCore" version="2.19.0" />
<dependency id="ChloeCore" version="2.21.0" />
</group>
</dependencies>

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.19.0</Version>
<AssemblyVersion>2.19.0.0</AssemblyVersion>
<FileVersion>2.19.0.0</FileVersion>
<Version>2.21.0</Version>
<AssemblyVersion>2.21.0.0</AssemblyVersion>
<FileVersion>2.21.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
4 changes: 2 additions & 2 deletions src/DotNetCore/Chloe.SQLite/Chloe.SQLite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ChloeCore.SQLite</id>
<version>2.19.0</version>
<version>2.21.0</version>
<title>ChloeCore.SQLite</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="ChloeCore" version="2.19.0" />
<dependency id="ChloeCore" version="2.21.0" />
</group>
</dependencies>

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.19.0</Version>
<AssemblyVersion>2.19.0.0</AssemblyVersion>
<FileVersion>2.19.0.0</FileVersion>
<Version>2.21.0</Version>
<AssemblyVersion>2.21.0.0</AssemblyVersion>
<FileVersion>2.21.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
4 changes: 2 additions & 2 deletions src/DotNetCore/Chloe.SqlServer/Chloe.SqlServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ChloeCore.SqlServer</id>
<version>2.19.0</version>
<version>2.21.0</version>
<title>ChloeCore.SqlServer</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="ChloeCore" version="2.19.0" />
<dependency id="ChloeCore" version="2.21.0" />
<dependency id="System.Data.SqlClient" version="4.4.0" />
</group>
</dependencies>
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.19.0</Version>
<AssemblyVersion>2.19.0.0</AssemblyVersion>
<FileVersion>2.19.0.0</FileVersion>
<Version>2.21.0</Version>
<AssemblyVersion>2.21.0.0</AssemblyVersion>
<FileVersion>2.21.0.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>ChloeCore</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetCore/Chloe/Chloe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ChloeCore</id>
<version>2.19.0</version>
<version>2.21.0</version>
<title>ChloeCore</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand Down
5 changes: 5 additions & 0 deletions 更新日志.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ae2c9b7

Please sign in to comment.