Skip to content

Commit 8e7f774

Browse files
committed
Update version number and release notes
1 parent 501030f commit 8e7f774

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

NHibernate.Spatial.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<!-- Specify version info -->
44
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
55
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
6-
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
7-
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
6+
<VersionMinor Condition="'$(VersionMinor)' == ''">3</VersionMinor>
7+
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
88
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
9-
<VersionSuffix Condition="'$(VersionSuffix)' == ''">pre002</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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ 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 5.2.1
16+
Build 5.3.0
1717
========================
1818
Update MsSql dialect to target .NET Standard 2.0
19+
Limit NTS dependency version to 1.x to avoid breaking changes in 2.x (see #106)
20+
21+
Update NHibernate dependency version to 5.2.6
22+
Update System.Data.SqlClient NuGet package to 4.8.0
23+
Update MySql.Data NuGet package to 8.0.13
1924

2025
Build 5.2.0
2126
========================

0 commit comments

Comments
 (0)