Skip to content

Commit f2dd344

Browse files
committed
Update version number and release notes
1 parent 97bc967 commit f2dd344

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

NHibernate.Spatial.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<PropertyGroup>
33
<!-- Specify version info -->
44
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
5-
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
6-
<VersionMinor Condition="'$(VersionMinor)' == ''">3</VersionMinor>
5+
<VersionMajor Condition="'$(VersionMajor)' == ''">6</VersionMajor>
6+
<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)' == ''"></VersionSuffix>
9+
<VersionSuffix Condition="'$(VersionSuffix)' == ''">pre001</VersionSuffix>
1010

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

releasenotes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ 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-pre001
17+
========================
18+
Update NetTopologySuite to 2.0
19+
Enable SourceLink for NHibernate.Spatial NuGet packages
20+
21+
Update NHibernate to 5.2.7
22+
Update System.Data.SqlClient to 4.8.1
23+
Update MySql.Data to 8.0.20
24+
1625
Build 5.3.0
1726
========================
1827
Update MsSql dialect to target .NET Standard 2.0

0 commit comments

Comments
 (0)