Skip to content

Commit 196296f

Browse files
Release 5.9.0 (#119)
1 parent 01dd6fa commit 196296f

File tree

17 files changed

+45
-26
lines changed

17 files changed

+45
-26
lines changed

CoreDistributedCache/NHibernate.Caches.CoreDistributedCache.Memcached/NHibernate.Caches.CoreDistributedCache.Memcached.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<SignAssembly>False</SignAssembly>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<PackageReleaseNotes>* Improvement
12-
* #106 - Unable to use DistributedCache with JsonCacheSerializer
12+
* #117 - Avoid custom registration for the Json serializer
1313

1414
* Task
15-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
15+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1616
</PropertyGroup>
1717
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1818
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Meant for testing purpose, consider NHibernate.Caches.CoreMemoryCache for other
1111
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<PackageReleaseNotes>* Improvement
14-
* #106 - Unable to use DistributedCache with JsonCacheSerializer
14+
* #117 - Avoid custom registration for the Json serializer
1515

1616
* Task
17-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
17+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
2020
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

CoreDistributedCache/NHibernate.Caches.CoreDistributedCache.Redis/NHibernate.Caches.CoreDistributedCache.Redis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<PackageReleaseNotes>* Improvement
14-
* #106 - Unable to use DistributedCache with JsonCacheSerializer
14+
* #117 - Avoid custom registration for the Json serializer
1515

1616
* Task
17-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
17+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
2020
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

CoreDistributedCache/NHibernate.Caches.CoreDistributedCache.SqlServer/NHibernate.Caches.CoreDistributedCache.SqlServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<PackageReleaseNotes>* Improvement
13-
* #106 - Unable to use DistributedCache with JsonCacheSerializer
13+
* #117 - Avoid custom registration for the Json serializer
1414

1515
* Task
16-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
16+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1717
</PropertyGroup>
1818
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1919
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This provider is not bound to a specific implementation and require a cache fact
1111
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<PackageReleaseNotes>* Improvement
14-
* #106 - Unable to use DistributedCache with JsonCacheSerializer
14+
* #117 - Avoid custom registration for the Json serializer
1515

1616
* Task
17-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
17+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
2020
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

CoreMemoryCache/NHibernate.Caches.CoreMemoryCache/NHibernate.Caches.CoreMemoryCache.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<PackageReleaseNotes>* Improvement
14-
* #106 - Unable to use DistributedCache with JsonCacheSerializer
14+
* #117 - Avoid custom registration for the Json serializer
1515

1616
* Task
17-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
17+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
2020
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

EnyimMemcached/NHibernate.Caches.EnyimMemcached/NHibernate.Caches.EnyimMemcached.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<PackageReleaseNotes>* Task
12-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
12+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<None Include="..\..\NHibernate.Caches.snk" Link="NHibernate.snk" />

NHibernate.Caches.Common/NHibernate.Caches.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyOriginatorKeyFile>..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<PackageReleaseNotes>* Task
12-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
12+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1515
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

NHibernate.Caches.props

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

RtMemoryCache/NHibernate.Caches.RtMemoryCache/NHibernate.Caches.RtMemoryCache.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<PackageReleaseNotes>* Task
12-
* #89 - Fix iconUrl warning</PackageReleaseNotes>
12+
* #113 - Tell NuGet about the readme file</PackageReleaseNotes>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<None Include="..\..\NHibernate.Caches.snk" Link="NHibernate.snk" />

0 commit comments

Comments
 (0)