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 5
5
<VersionMinor Condition =" '$(VersionMinor)' == ''" >1</VersionMinor >
6
6
<VersionPatch Condition =" '$(VersionPatch)' == ''" >0</VersionPatch >
7
7
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
8
- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >pre001 </VersionSuffix >
8
+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
9
9
10
10
<!-- NOTE: Generally shouldn't need to edit anything below this line -->
11
11
<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.1.0
17
+ ========================
18
+ Targets NHibernate 5.1 and .NET Standard 2.0
19
+
16
20
Build 5.0.0
17
21
========================
18
22
Targets NHibernate 5.0.0 and .Net Framework 4.6.1
You can’t perform that action at this time.
0 commit comments