File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 6
6
<VersionMinor Condition =" '$(VersionMinor)' == ''" >0</VersionMinor >
7
7
<VersionPatch Condition =" '$(VersionPatch)' == ''" >0</VersionPatch >
8
8
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
9
- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >pre001 </VersionSuffix >
9
+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
10
10
11
11
<!-- NOTE: Generally shouldn't need to edit anything below this line -->
12
12
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ 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 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
+
16
26
Build 6.0.0-pre001
17
27
========================
18
28
Update NetTopologySuite to 2.0
You can’t perform that action at this time.
0 commit comments