File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<!-- Specify version info -->
4
4
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
5
- <VersionMajor Condition =" '$(VersionMajor)' == ''" >6 </VersionMajor >
6
- <VersionMinor Condition =" '$(VersionMinor)' == ''" >1 </VersionMinor >
7
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
5
+ <VersionMajor Condition =" '$(VersionMajor)' == ''" >7 </VersionMajor >
6
+ <VersionMinor Condition =" '$(VersionMinor)' == ''" >0 </VersionMinor >
7
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >0 </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,11 @@ 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 7.0.0
17
+ ========================
18
+ Add support for Npgsql 4+ (see #130)
19
+ Drop support for PostGIS 1.x (see #131)
20
+
16
21
Build 6.1.1
17
22
========================
18
23
Fix support for PostGIS 3.1+ (see #129)
You can’t perform that action at this time.
0 commit comments