File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Specify version info -->
4
4
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
5
5
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
6
- <VersionMinor Condition =" '$(VersionMinor)' == ''" >2 </VersionMinor >
7
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
6
+ <VersionMinor Condition =" '$(VersionMinor)' == ''" >3 </VersionMinor >
7
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >0 </VersionPatch >
8
8
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
9
- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >pre002 </VersionSuffix >
9
+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
10
10
11
11
<!-- NOTE: Generally shouldn't need to edit anything below this line -->
12
12
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change @@ -13,9 +13,14 @@ https://nhibernate.jira.com/projects/NHSP
13
13
...and support questions to NH Users mailing list:
14
14
http://groups.google.com/group/nhusers
15
15
16
- Build 5.2.1
16
+ Build 5.3.0
17
17
========================
18
18
Update MsSql dialect to target .NET Standard 2.0
19
+ Limit NTS dependency version to 1.x to avoid breaking changes in 2.x (see #106)
20
+
21
+ Update NHibernate dependency version to 5.2.6
22
+ Update System.Data.SqlClient NuGet package to 4.8.0
23
+ Update MySql.Data NuGet package to 8.0.13
19
24
20
25
Build 5.2.0
21
26
========================
You can’t perform that action at this time.
0 commit comments