File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-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)' == ''" >5 </VersionMajor >
6
- <VersionMinor Condition =" '$(VersionMinor)' == ''" >3 </VersionMinor >
5
+ <VersionMajor Condition =" '$(VersionMajor)' == ''" >6 </VersionMajor >
6
+ <VersionMinor Condition =" '$(VersionMinor)' == ''" >0 </VersionMinor >
7
7
<VersionPatch Condition =" '$(VersionPatch)' == ''" >0</VersionPatch >
8
8
<!-- NOTE: Set to "preXYZ" for pre-releases and leave blank for full releases -->
9
- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
9
+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >pre001 </VersionSuffix >
10
10
11
11
<!-- NOTE: Generally shouldn't need to edit anything below this line -->
12
12
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ 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.0.0-pre001
17
+ ========================
18
+ Update NetTopologySuite to 2.0
19
+ Enable SourceLink for NHibernate.Spatial NuGet packages
20
+
21
+ Update NHibernate to 5.2.7
22
+ Update System.Data.SqlClient to 4.8.1
23
+ Update MySql.Data to 8.0.20
24
+
16
25
Build 5.3.0
17
26
========================
18
27
Update MsSql dialect to target .NET Standard 2.0
You can’t perform that action at this time.
0 commit comments