Skip to content

Commit

Permalink
v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shuxinqin committed Mar 23, 2019
1 parent 0f4803e commit a4b91af
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 34 deletions.
6 changes: 3 additions & 3 deletions src/Chloe.MySql/Chloe.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!--<TargetFramework>net40</TargetFramework>-->
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>

<Version>3.8.0</Version>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<FileVersion>3.8.0.0</FileVersion>
<Version>3.8.1</Version>
<AssemblyVersion>3.8.1.0</AssemblyVersion>
<FileVersion>3.8.1.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>Chloe.MySql</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/Chloe.Oracle/Chloe.Oracle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!--<TargetFramework>net40</TargetFramework>-->
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>

<Version>3.8.0</Version>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<FileVersion>3.8.0.0</FileVersion>
<Version>3.8.1</Version>
<AssemblyVersion>3.8.1.0</AssemblyVersion>
<FileVersion>3.8.1.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>Chloe.Oracle</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/Chloe.PostgreSQL/Chloe.PostgreSQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!--<TargetFramework>net40</TargetFramework>-->
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>

<Version>3.8.0</Version>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<FileVersion>3.8.0.0</FileVersion>
<Version>3.8.1</Version>
<AssemblyVersion>3.8.1.0</AssemblyVersion>
<FileVersion>3.8.1.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>Chloe.PostgreSQL</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/Chloe.SQLite/Chloe.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!--<TargetFramework>net40</TargetFramework>-->
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>

<Version>3.8.0</Version>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<FileVersion>3.8.0.0</FileVersion>
<Version>3.8.1</Version>
<AssemblyVersion>3.8.1.0</AssemblyVersion>
<FileVersion>3.8.1.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>Chloe.SQLite</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/Chloe.SqlServer/Chloe.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!--<TargetFramework>net40</TargetFramework>-->
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>

<Version>3.8.0</Version>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<FileVersion>3.8.0.0</FileVersion>
<Version>3.8.1</Version>
<AssemblyVersion>3.8.1.0</AssemblyVersion>
<FileVersion>3.8.1.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>Chloe.SqlServer</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/Chloe/Chloe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!--<TargetFramework>net40</TargetFramework>-->
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>

<Version>3.8.0</Version>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<FileVersion>3.8.0.0</FileVersion>
<Version>3.8.1</Version>
<AssemblyVersion>3.8.1.0</AssemblyVersion>
<FileVersion>3.8.1.0</FileVersion>
<Description>A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description>
<PackageId>Chloe</PackageId>
<Product>Chloe.ORM</Product>
Expand Down
6 changes: 3 additions & 3 deletions src/tools/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>3.8.0</version>
<version>3.8.1</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="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions src/tools/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>3.8.0</version>
<version>3.8.1</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="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions src/tools/Chloe.PostgreSQL.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Chloe.PostgreSQL</id>
<version>3.8.0</version>
<version>3.8.1</version>
<title>Chloe.PostgreSQL</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="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions src/tools/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>3.8.0</version>
<version>3.8.1</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="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions src/tools/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>3.8.0</version>
<version>3.8.1</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="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
</group>

<group targetFramework="netstandard2.0">
<dependency id="Chloe" version="3.8.0" />
<dependency id="Chloe" version="3.8.1" />
<dependency id="System.Data.SqlClient" version="4.4.0" />
</group>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/tools/Chloe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Chloe</id>
<version>3.8.0</version>
<version>3.8.1</version>
<title>Chloe</title>
<authors>Shuxin Qin</authors>
<owners>Shuxin Qin</owners>
Expand Down
3 changes: 3 additions & 0 deletions 更新日志.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* **2019-3-23**
* Chloe.SqlServer: 支持 timestamp 类型映射
* 版本更新至 v3.8.1
* **2019-3-20**
* DbContext.SqlQuery 方法支持 ColumnAttribute 特性映射
* 增加 IDbContext.UseTransaction() 方法
Expand Down

0 comments on commit a4b91af

Please sign in to comment.