File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<!-- Specify version info -->
4
4
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
5
- <VersionMinor Condition =" '$(VersionMinor)' == ''" >1 </VersionMinor >
6
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
5
+ <VersionMinor Condition =" '$(VersionMinor)' == ''" >2 </VersionMinor >
6
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >0 </VersionPatch >
7
7
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
8
8
<VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
9
9
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.0
17
+ ========================
18
+ Update NHibernate dependency version to 5.2.4 following #104
19
+
16
20
Build 5.1.1
17
21
========================
18
22
Limit NHibernate dependency version to 5.1.x to avoid breaking changes in 5.2.x (see #104)
You can’t perform that action at this time.
0 commit comments