File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<!-- Specify version info -->
4
+ <!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
4
5
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
5
6
<VersionMinor Condition =" '$(VersionMinor)' == ''" >2</VersionMinor >
6
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >0 </VersionPatch >
7
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
7
8
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
8
- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
9
+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >pre001 </VersionSuffix >
9
10
10
11
<!-- NOTE: Generally shouldn't need to edit anything below this line -->
11
12
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ 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
17
+ ========================
18
+ Update MsSql dialect to target .NET Standard 2.0
19
+
16
20
Build 5.2.0
17
21
========================
18
22
Update NHibernate dependency version to 5.2.4 following #104
You can’t perform that action at this time.
0 commit comments