Skip to content

Commit 0d52834

Browse files
committed
Update version number and release notes
1 parent f065526 commit 0d52834

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NHibernate.Spatial.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Specify version info -->
4+
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
45
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
56
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
6-
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
7+
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
78
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
8-
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
9+
<VersionSuffix Condition="'$(VersionSuffix)' == ''">pre001</VersionSuffix>
910

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

releasenotes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ 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
17+
========================
18+
Update MsSql dialect to target .NET Standard 2.0
19+
1620
Build 5.2.0
1721
========================
1822
Update NHibernate dependency version to 5.2.4 following #104

0 commit comments

Comments
 (0)