File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
4
4
<VersionMinor Condition =" '$(VersionMinor)' == ''" >0</VersionMinor >
5
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >2 </VersionPatch >
5
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >3 </VersionPatch >
6
6
<VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
7
7
8
8
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 30
30
31
31
<!-- This is used only for build folder -->
32
32
<!-- TODO: Either remove or refactor to use NHibernate.props -->
33
- <property name =" project.version" value =" 5.0.2 " overwrite =" false" />
34
- <property name =" project.version.numeric" value =" 5.0.2 " overwrite =" false" />
33
+ <property name =" project.version" value =" 5.0.3 " overwrite =" false" />
34
+ <property name =" project.version.numeric" value =" 5.0.3 " overwrite =" false" />
35
35
36
36
<!-- properties used to connect to database for testing -->
37
37
<include buildfile =" nhibernate-properties.xml" />
Original file line number Diff line number Diff line change 1
- Build 5.0.2
1
+ Build 5.0.3
2
+ =============================
3
+
4
+ Release notes - NHibernate - Version 5.0.3
5
+
6
+ ** Bug
7
+ * #1462 Fix disposing SessionIdLoggingContext if CheckAndUpdateSessionStatus is failed
8
+
9
+ Build 5.0.2
2
10
=============================
3
11
4
12
Release notes - NHibernate - Version 5.0.2
You can’t perform that action at this time.
0 commit comments