Skip to content

Commit 8f2444b

Browse files
author
Peet Whittaker
committed
Update version number and release notes
1 parent 638fd89 commit 8f2444b

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
@@ -4,7 +4,7 @@
44
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
55
<VersionMajor Condition="'$(VersionMajor)' == ''">6</VersionMajor>
66
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
7-
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
7+
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
88
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
99
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
1010

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 6.1.1
17+
========================
18+
Fix support for PostGIS 3.1+ (see #129)
19+
1620
Build 6.1.0
1721
========================
1822
Replace System.Data.SqlClient with Microsoft.Data.SqlClient (see #128)

0 commit comments

Comments
 (0)