Skip to content

Commit ee1653a

Browse files
committed
Update version number and release notes
1 parent 5f4b4b0 commit ee1653a

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
@@ -3,7 +3,7 @@
33
<!-- Specify version info -->
44
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
55
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
6-
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
77
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
88
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
99

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.1
17+
========================
18+
Limit NHibernate dependency version to 5.1.x to avoid breaking changes in 5.2.x (see #104)
19+
1620
Build 5.1.0
1721
========================
1822
Targets NHibernate 5.1 and .NET Standard 2.0

0 commit comments

Comments
 (0)