Skip to content

Commit e42b0a4

Browse files
committed
Update version number and release notes
1 parent 1a55b31 commit e42b0a4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NHibernate.Spatial.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<!-- Specify version info -->
44
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
5-
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
6-
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
5+
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
77
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
88
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
99

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.0
17+
========================
18+
Update NHibernate dependency version to 5.2.4 following #104
19+
1620
Build 5.1.1
1721
========================
1822
Limit NHibernate dependency version to 5.1.x to avoid breaking changes in 5.2.x (see #104)

0 commit comments

Comments
 (0)