Skip to content

Commit f76d167

Browse files
Fix CoreDistributedCache.Memory package description
1 parent 66ef76c commit f76d167

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CoreDistributedCache/NHibernate.Caches.CoreDistributedCache.Memory/NHibernate.Caches.CoreDistributedCache.Memory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Product>NHibernate.Caches.CoreDistributedCache.Memory</Product>
55
<Title>NHibernate.Caches.CoreDistributedCache.Memory</Title>
6-
<Description>Memory cache provider for NHibernate using .Net Core IDistributedCache (Microsoft.Extensions.Caching.Redis).
6+
<Description>Memory cache provider for NHibernate using .Net Core IDistributedCache (Microsoft.Extensions.Caching.Memory).
77
Meant for testing purpose, consider NHibernate.Caches.CoreMemoryCache for other usages.</Description>
88
<!-- Targeting net461 explicitly in order to avoid https://github.com/dotnet/standard/issues/506 for net461 consumers-->
99
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>

NHibernate.Caches.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
44
<VersionMinor Condition="'$(VersionMinor)' == ''">3</VersionMinor>
5-
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
5+
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
66
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
77

88
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.3.0.{build}
1+
version: 5.3.1.{build}
22
image: Visual Studio 2017
33
configuration:
44
- Debug

buildcommon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

2323
<!-- named project configurations -->
2424
<target name="set-debug-project-configuration" description="Perform a 'debug' build">

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ It's recommended to research for a while before deciding which one is better for
2020

2121
## Notes
2222

23+
#### Build 5.3.1 for NHibernate 5.0.0/5.1.0
24+
25+
* Bug
26+
* #37 Fix CoreDistributedCache.Memory package description
27+
2328
#### Build 5.3.0 for NHibernate 5.0.0/5.1.0
2429

2530
NHibernate 5.1.0 is targeted by new cache providers.

0 commit comments

Comments
 (0)