Skip to content

Commit 7421255

Browse files
author
Peet Whittaker
committed
Update version number and release notes
1 parent 3b44118 commit 7421255

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

NHibernate.Spatial.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<!-- Specify version info -->
44
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
5-
<VersionMajor Condition="'$(VersionMajor)' == ''">6</VersionMajor>
6-
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
7-
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
5+
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
6+
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
7+
<VersionPatch Condition="'$(VersionPatch)' == ''">0</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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ 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 7.0.0
17+
========================
18+
Add support for Npgsql 4+ (see #130)
19+
Drop support for PostGIS 1.x (see #131)
20+
1621
Build 6.1.1
1722
========================
1823
Fix support for PostGIS 3.1+ (see #129)

0 commit comments

Comments
 (0)