File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Specify version info -->
4
4
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
5
5
<VersionMinor Condition =" '$(VersionMinor)' == ''" >1</VersionMinor >
6
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >0 </VersionPatch >
6
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </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.1.1
17
+ ========================
18
+ Limit NHibernate dependency version to 5.1.x to avoid breaking changes in 5.2.x (see #104)
19
+
16
20
Build 5.1.0
17
21
========================
18
22
Targets NHibernate 5.1 and .NET Standard 2.0
You can’t perform that action at this time.
0 commit comments