Skip to content

Commit d05745e

Browse files
committed
Update version number and release notes
1 parent c295cf4 commit d05745e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NHibernate.Spatial.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
66
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
77
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
8-
<VersionSuffix Condition="'$(VersionSuffix)' == ''">pre001</VersionSuffix>
8+
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
99

1010
<!-- NOTE: Generally shouldn't need to edit anything below this line -->
1111
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

releasenotes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ https://nhibernate.jira.com/projects/NHSP
1313
...and support questions to NH Users mailing list:
1414
http://groups.google.com/group/nhusers
1515

16+
Build 5.1.0
17+
========================
18+
Targets NHibernate 5.1 and .NET Standard 2.0
19+
1620
Build 5.0.0
1721
========================
1822
Targets NHibernate 5.0.0 and .Net Framework 4.6.1

0 commit comments

Comments
 (0)