Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Apr 2, 2018
1 parent cb8c7c6 commit dfd4c0c
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<SignAssembly>False</SignAssembly>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>* New feature
* #28 - Add a .Net Core DistributedCache</PackageReleaseNotes>
* #28 - Add a .Net Core DistributedCache</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Meant for testing purpose, consider NHibernate.Caches.CoreMemoryCache for other
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>* New feature
* #28 - Add a .Net Core DistributedCache</PackageReleaseNotes>
* #28 - Add a .Net Core DistributedCache</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>* New feature
* #28 - Add a .Net Core DistributedCache</PackageReleaseNotes>
* #28 - Add a .Net Core DistributedCache</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>* New feature
* #28 - Add a .Net Core DistributedCache</PackageReleaseNotes>
* #28 - Add a .Net Core DistributedCache</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>* Improvement
* #24 - Generates ICache async counter-parts instead of hand coding them</PackageReleaseNotes>
* #33 - Generate XML comment documentation</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\NHibernate.Caches.snk" Link="NHibernate.snk" />
Expand Down
2 changes: 1 addition & 1 deletion NHibernate.Caches.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
<VersionMinor Condition="'$(VersionMinor)' == ''">3</VersionMinor>
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>* Bug
* #19 - Partially configured regions do not fallback on defaults
* #27 Documentation fixes

* Improvement
* #24 - Generates ICache async counter-parts instead of hand coding them</PackageReleaseNotes>
* #33 - Generate XML comment documentation</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\NHibernate.Caches.snk" Link="NHibernate.snk" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>* Bug
* #19 - Partially configured regions do not fallback on defaults
* #27 Documentation fixes

* Improvement
* #24 - Generates ICache async counter-parts instead of hand coding them</PackageReleaseNotes>
* #33 - Generate XML comment documentation</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\NHibernate.Caches.snk" Link="NHibernate.snk" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>* Improvement
* #20 - Modernize locking in SysCache2
* #24 - Generates ICache async counter-parts instead of hand coding them</PackageReleaseNotes>
* #33 - Generate XML comment documentation</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\NHibernate.Caches.snk" Link="NHibernate.snk" />
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.2.0.{build}
version: 5.3.0.{build}
image: Visual Studio 2017
configuration:
- Debug
Expand Down
2 changes: 1 addition & 1 deletion buildcommon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- This is used only for build folder -->
<!-- TODO: Either remove or refactor to use NHibernate.props -->
<property name="project.version" value="5.2.0" overwrite="false" />
<property name="project.version" value="5.3.0" overwrite="false" />

<!-- named project configurations -->
<target name="set-debug-project-configuration" description="Perform a 'debug' build">
Expand Down
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ It's recommended to research for a while before deciding which one is better for

## Notes

#### Build 5.3.0 for NHibernate 5.0.0/5.1.0

NHibernate 5.1.0 is targeted by new cache providers.

* Bug
* #27 Documentation fixes

* New Feature
* #25 Add a .Net Core MemoryCache
* #28 Add a .Net Core DistributedCache

* Improvement
* #33 Generate XML comment documentation
* #34 Build release artifacts on AppVeyor

#### Build 5.2.0 for NHibernate 5.0.0
* Bug
* #19 - Partially configured regions do not fallback on defaults
Expand Down

0 comments on commit dfd4c0c

Please sign in to comment.