File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
5
5
<VersionMajor Condition =" '$(VersionMajor)' == ''" >6</VersionMajor >
6
6
<VersionMinor Condition =" '$(VersionMinor)' == ''" >1</VersionMinor >
7
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >0 </VersionPatch >
7
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
8
8
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
9
9
<VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
10
10
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ https://nhibernate.jira.com/projects/NHSP
13
13
...and support questions to NH Users mailing list:
14
14
http://groups.google.com/group/nhusers
15
15
16
+ Build 6.1.1
17
+ ========================
18
+ Fix support for PostGIS 3.1+ (see #129)
19
+
16
20
Build 6.1.0
17
21
========================
18
22
Replace System.Data.SqlClient with Microsoft.Data.SqlClient (see #128)
You can’t perform that action at this time.
0 commit comments