Commit 39b4411 shuxinqin
committed
1 parent 070cf9b commit 39b4411 Copy full SHA for 39b4411
File tree 14 files changed +45
-40
lines changed
14 files changed +45
-40
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net45;net5.0</TargetFrameworks >
5
5
6
- <Version >4.17 .0</Version >
7
- <AssemblyVersion >4.17 .0.0</AssemblyVersion >
8
- <FileVersion >4.17 .0.0</FileVersion >
6
+ <Version >4.18 .0</Version >
7
+ <AssemblyVersion >4.18 .0.0</AssemblyVersion >
8
+ <FileVersion >4.18 .0.0</FileVersion >
9
9
<Description >A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description >
10
10
<PackageId >Chloe.MySql</PackageId >
11
11
<Product >Chloe.ORM</Product >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net45;net5.0</TargetFrameworks >
5
5
6
- <Version >4.17 .0</Version >
7
- <AssemblyVersion >4.17 .0.0</AssemblyVersion >
8
- <FileVersion >4.17 .0.0</FileVersion >
6
+ <Version >4.18 .0</Version >
7
+ <AssemblyVersion >4.18 .0.0</AssemblyVersion >
8
+ <FileVersion >4.18 .0.0</FileVersion >
9
9
<Description >A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description >
10
10
<PackageId >Chloe.Oracle</PackageId >
11
11
<Product >Chloe.ORM</Product >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net45;net5.0</TargetFrameworks >
5
5
6
- <Version >4.17 .0</Version >
7
- <AssemblyVersion >4.17 .0.0</AssemblyVersion >
8
- <FileVersion >4.17 .0.0</FileVersion >
6
+ <Version >4.18 .0</Version >
7
+ <AssemblyVersion >4.18 .0.0</AssemblyVersion >
8
+ <FileVersion >4.18 .0.0</FileVersion >
9
9
<Description >A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description >
10
10
<PackageId >Chloe.PostgreSQL</PackageId >
11
11
<Product >Chloe.ORM</Product >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net45;net5.0</TargetFrameworks >
5
5
6
- <Version >4.17 .0</Version >
7
- <AssemblyVersion >4.17 .0.0</AssemblyVersion >
8
- <FileVersion >4.17 .0.0</FileVersion >
6
+ <Version >4.18 .0</Version >
7
+ <AssemblyVersion >4.18 .0.0</AssemblyVersion >
8
+ <FileVersion >4.18 .0.0</FileVersion >
9
9
<Description >A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description >
10
10
<PackageId >Chloe.SQLite</PackageId >
11
11
<Product >Chloe.ORM</Product >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net45;net5.0</TargetFrameworks >
5
5
6
- <Version >4.17 .0</Version >
7
- <AssemblyVersion >4.17 .0.0</AssemblyVersion >
8
- <FileVersion >4.17 .0.0</FileVersion >
6
+ <Version >4.18 .0</Version >
7
+ <AssemblyVersion >4.18 .0.0</AssemblyVersion >
8
+ <FileVersion >4.18 .0.0</FileVersion >
9
9
<Description >A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description >
10
10
<PackageId >Chloe.SqlServer</PackageId >
11
11
<Product >Chloe.ORM</Product >
Original file line number Diff line number Diff line change 6
6
<!-- <TargetFramework>net5.0</TargetFramework>-->
7
7
<TargetFrameworks >netstandard2.0;net45;net5.0</TargetFrameworks >
8
8
9
- <Version >4.17 .0</Version >
10
- <AssemblyVersion >4.17 .0.0</AssemblyVersion >
11
- <FileVersion >4.17 .0.0</FileVersion >
9
+ <Version >4.18 .0</Version >
10
+ <AssemblyVersion >4.18 .0.0</AssemblyVersion >
11
+ <FileVersion >4.18 .0.0</FileVersion >
12
12
<Description >A lightweight and high-performance Object/Relational Mapping(ORM) library.</Description >
13
13
<PackageId >Chloe</PackageId >
14
14
<Product >Chloe.ORM</Product >
Original file line number Diff line number Diff line change
1
+
1
2
.\nuget pack Chloe.nuspec
2
3
.\nuget pack Chloe.Extension.nuspec
3
4
.\nuget pack Chloe.MySql.nuspec
4
5
.\nuget pack Chloe.Oracle.nuspec
6
+ .\nuget pack Chloe.PostgreSQL.nuspec
5
7
.\nuget pack Chloe.SQLite.nuspec
6
8
.\nuget pack Chloe.SqlServer.nuspec
7
- .\nuget pack Chloe.PostgreSQL.nuspec
9
+
8
10
pause
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Chloe.MySql</id >
5
- <version >4.17 .0</version >
5
+ <version >4.18 .0</version >
6
6
<title >Chloe.MySql</title >
7
7
<authors >Shuxin Qin</authors >
8
8
<owners >Shuxin Qin</owners >
@@ -18,15 +18,15 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.
18
18
19
19
<dependencies >
20
20
<group targetFramework =" net45" >
21
- <dependency id =" Chloe" version =" 4.17 .0" />
21
+ <dependency id =" Chloe" version =" 4.18 .0" />
22
22
</group >
23
23
24
24
<group targetFramework =" netstandard2.0" >
25
- <dependency id =" Chloe" version =" 4.17 .0" />
25
+ <dependency id =" Chloe" version =" 4.18 .0" />
26
26
</group >
27
27
28
28
<group targetFramework =" net5.0" >
29
- <dependency id =" Chloe" version =" 4.17 .0" />
29
+ <dependency id =" Chloe" version =" 4.18 .0" />
30
30
</group >
31
31
</dependencies >
32
32
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Chloe.Oracle</id >
5
- <version >4.17 .0</version >
5
+ <version >4.18 .0</version >
6
6
<title >Chloe.Oracle</title >
7
7
<authors >Shuxin Qin</authors >
8
8
<owners >Shuxin Qin</owners >
@@ -18,15 +18,15 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.
18
18
19
19
<dependencies >
20
20
<group targetFramework =" net45" >
21
- <dependency id =" Chloe" version =" 4.17 .0" />
21
+ <dependency id =" Chloe" version =" 4.18 .0" />
22
22
</group >
23
23
24
24
<group targetFramework =" netstandard2.0" >
25
- <dependency id =" Chloe" version =" 4.17 .0" />
25
+ <dependency id =" Chloe" version =" 4.18 .0" />
26
26
</group >
27
27
28
28
<group targetFramework =" net5.0" >
29
- <dependency id =" Chloe" version =" 4.17 .0" />
29
+ <dependency id =" Chloe" version =" 4.18 .0" />
30
30
</group >
31
31
</dependencies >
32
32
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Chloe.PostgreSQL</id >
5
- <version >4.17 .0</version >
5
+ <version >4.18 .0</version >
6
6
<title >Chloe.PostgreSQL</title >
7
7
<authors >Shuxin Qin</authors >
8
8
<owners >Shuxin Qin</owners >
@@ -18,15 +18,15 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.
18
18
19
19
<dependencies >
20
20
<group targetFramework =" net45" >
21
- <dependency id =" Chloe" version =" 4.17 .0" />
21
+ <dependency id =" Chloe" version =" 4.18 .0" />
22
22
</group >
23
23
24
24
<group targetFramework =" netstandard2.0" >
25
- <dependency id =" Chloe" version =" 4.17 .0" />
25
+ <dependency id =" Chloe" version =" 4.18 .0" />
26
26
</group >
27
27
28
28
<group targetFramework =" net5.0" >
29
- <dependency id =" Chloe" version =" 4.17 .0" />
29
+ <dependency id =" Chloe" version =" 4.18 .0" />
30
30
</group >
31
31
</dependencies >
32
32
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Chloe.SQLite</id >
5
- <version >4.17 .0</version >
5
+ <version >4.18 .0</version >
6
6
<title >Chloe.SQLite</title >
7
7
<authors >Shuxin Qin</authors >
8
8
<owners >Shuxin Qin</owners >
@@ -18,15 +18,15 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.
18
18
19
19
<dependencies >
20
20
<group targetFramework =" net45" >
21
- <dependency id =" Chloe" version =" 4.17 .0" />
21
+ <dependency id =" Chloe" version =" 4.18 .0" />
22
22
</group >
23
23
24
24
<group targetFramework =" netstandard2.0" >
25
- <dependency id =" Chloe" version =" 4.17 .0" />
25
+ <dependency id =" Chloe" version =" 4.18 .0" />
26
26
</group >
27
27
28
28
<group targetFramework =" net5.0" >
29
- <dependency id =" Chloe" version =" 4.17 .0" />
29
+ <dependency id =" Chloe" version =" 4.18 .0" />
30
30
</group >
31
31
</dependencies >
32
32
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Chloe.SqlServer</id >
5
- <version >4.17 .0</version >
5
+ <version >4.18 .0</version >
6
6
<title >Chloe.SqlServer</title >
7
7
<authors >Shuxin Qin</authors >
8
8
<owners >Shuxin Qin</owners >
@@ -18,16 +18,16 @@ A lightweight and high-performance Object/Relational Mapping(ORM) library.
18
18
19
19
<dependencies >
20
20
<group targetFramework =" net45" >
21
- <dependency id =" Chloe" version =" 4.17 .0" />
21
+ <dependency id =" Chloe" version =" 4.18 .0" />
22
22
</group >
23
23
24
24
<group targetFramework =" netstandard2.0" >
25
- <dependency id =" Chloe" version =" 4.17 .0" />
25
+ <dependency id =" Chloe" version =" 4.18 .0" />
26
26
<dependency id =" System.Data.SqlClient" version =" 4.7.0" />
27
27
</group >
28
28
29
29
<group targetFramework =" net5.0" >
30
- <dependency id =" Chloe" version =" 4.17 .0" />
30
+ <dependency id =" Chloe" version =" 4.18 .0" />
31
31
<dependency id =" Microsoft.Data.SqlClient" version =" 2.1.3" />
32
32
</group >
33
33
</dependencies >
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Chloe</id >
5
- <version >4.17 .0</version >
5
+ <version >4.18 .0</version >
6
6
<title >Chloe</title >
7
7
<authors >Shuxin Qin</authors >
8
8
<owners >Shuxin Qin</owners >
Original file line number Diff line number Diff line change
1
+ * ** 2021-11-27**
2
+ * 修改 https://github.com/shuxinqin/Chloe/issues/275
3
+ * 版本更新至 v4.18.0
1
4
* ** 2021-6-25**
2
5
* 参数类型支持 ParamDirection.ReturnValue
3
6
* 版本更新至 v4.16.0
You can’t perform that action at this time.
0 commit comments