Skip to content

Commit c9226aa

Browse files
committed
Update version number and release notes
1 parent 48698ed commit c9226aa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NHibernate.Spatial.props

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

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

releasenotes.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ 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.0.0
17+
========================
18+
All changes from 6.0.0-pre001, plus:
19+
20+
Ensure that Z/M ordinates of 3D/4D PostGIS geometries are saved to the database (see #120)
21+
Methods marked as obsolete in previous releases have now been removed
22+
Update NHibernate to 5.3.3
23+
Update NetTopologySuite to 2.1.0 (and limit to < 3.0)
24+
Limit Npgsql version to < 4.0 (see #123)
25+
1626
Build 6.0.0-pre001
1727
========================
1828
Update NetTopologySuite to 2.0

0 commit comments

Comments
 (0)