File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
SysCache2/NHibernate.Caches.SysCache2 Expand file tree Collapse file tree 5 files changed +11
-6
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)' == ''" >3</VersionMinor >
5
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
5
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >2 </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 8
8
<SignAssembly >True</SignAssembly >
9
9
<AssemblyOriginatorKeyFile >..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile >
10
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
11
- <PackageReleaseNotes >* Improvement
12
- * #33 - Generate XML comment documentation </PackageReleaseNotes >
11
+ <PackageReleaseNotes >* Bug
12
+ * #40 NullReferenceException in SysCache2's SysCacheProvider </PackageReleaseNotes >
13
13
</PropertyGroup >
14
14
<ItemGroup >
15
15
<None Include =" ..\..\NHibernate.Caches.snk" Link =" NHibernate.snk" />
Original file line number Diff line number Diff line change 1
- version : 5.3.1 .{build}
1
+ version : 5.3.2 .{build}
2
2
image : Visual Studio 2017
3
3
configuration :
4
4
- Debug
Original file line number Diff line number Diff line change 17
17
<!-- Nant 0.86 Beta 1 -->
18
18
19
19
<!-- This is used only for build folder -->
20
- <!-- TODO: Either remove or refactor to use NHibernate.props -->
21
- <property name =" project.version" value =" 5.3.1 " overwrite =" false" />
20
+ <!-- TODO: Either remove or refactor to use NHibernate.Caches. props -->
21
+ <property name =" project.version" value =" 5.3.2 " overwrite =" false" />
22
22
23
23
<!-- named project configurations -->
24
24
<target name =" set-debug-project-configuration" description =" Perform a 'debug' build" >
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ It's recommended to research for a while before deciding which one is better for
20
20
21
21
## Notes
22
22
23
+ #### Build 5.3.2 for NHibernate 5.0.0/5.1.0
24
+
25
+ * Bug
26
+ * #40 NullReferenceException in SysCache2's SysCacheProvider
27
+
23
28
#### Build 5.3.1 for NHibernate 5.0.0/5.1.0
24
29
25
30
* Bug
You can’t perform that action at this time.
0 commit comments