File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Specify version info -->
4
4
<!-- https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
5
5
<VersionMajor Condition =" '$(VersionMajor)' == ''" >6</VersionMajor >
6
- <VersionMinor Condition =" '$(VersionMinor)' == ''" >0 </VersionMinor >
6
+ <VersionMinor Condition =" '$(VersionMinor)' == ''" >1 </VersionMinor >
7
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 >
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 6.1.0
17
+ ========================
18
+ Replace System.Data.SqlClient with Microsoft.Data.SqlClient (see #128)
19
+ Update NuGet packages
20
+
16
21
Build 6.0.0
17
22
========================
18
23
All changes from 6.0.0-pre001, plus:
You can’t perform that action at this time.
0 commit comments