Skip to content

Commit f89eaf6

Browse files
author
Peet Whittaker
committed
Update version number and release notes
1 parent 770ffc0 commit f89eaf6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NHibernate.Spatial.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Specify version info -->
44
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
55
<VersionMajor Condition="'$(VersionMajor)' == ''">6</VersionMajor>
6-
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
6+
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
77
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
88
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
99
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

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 6.1.0
17+
========================
18+
Replace System.Data.SqlClient with Microsoft.Data.SqlClient (see #128)
19+
Update NuGet packages
20+
1621
Build 6.0.0
1722
========================
1823
All changes from 6.0.0-pre001, plus:

0 commit comments

Comments
 (0)