Skip to content

Commit 73b5722

Browse files
Release 5.5.1
With correct release notes in the packages.
1 parent 160d66a commit 73b5722

File tree

16 files changed

+72
-30
lines changed

16 files changed

+72
-30
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
99
<SignAssembly>False</SignAssembly>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11-
<PackageReleaseNotes>* Improvement
12-
* #52 - Cease using cryptographic hashes</PackageReleaseNotes>
11+
<PackageReleaseNotes>* Bug
12+
* #53 - Disable append-hashcode when library is not built for netFx
13+
14+
* Improvement
15+
* #52 - Cease using cryptographic hashes
16+
17+
* Task
18+
* #56 - Upgrade to NH 5.2.0</PackageReleaseNotes>
1319
</PropertyGroup>
1420
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1521
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ Meant for testing purpose, consider NHibernate.Caches.CoreMemoryCache for other
1010
<SignAssembly>True</SignAssembly>
1111
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
13-
<PackageReleaseNotes>* Improvement
14-
* #52 - Cease using cryptographic hashes</PackageReleaseNotes>
13+
<PackageReleaseNotes>* Bug
14+
* #53 - Disable append-hashcode when library is not built for netFx
15+
16+
* Improvement
17+
* #52 - Cease using cryptographic hashes
18+
19+
* Task
20+
* #56 - Upgrade to NH 5.2.0</PackageReleaseNotes>
1521
</PropertyGroup>
1622
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1723
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@
99
<SignAssembly>True</SignAssembly>
1010
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12-
<PackageReleaseNotes>* Improvement
13-
* #52 - Cease using cryptographic hashes</PackageReleaseNotes>
12+
<PackageReleaseNotes>* Bug
13+
* #53 - Disable append-hashcode when library is not built for netFx
14+
15+
* Improvement
16+
* #52 - Cease using cryptographic hashes
17+
18+
* Task
19+
* #56 - Upgrade to NH 5.2.0</PackageReleaseNotes>
1420
</PropertyGroup>
1521
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1622
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@
99
<SignAssembly>True</SignAssembly>
1010
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12-
<PackageReleaseNotes>* Improvement
13-
* #52 - Cease using cryptographic hashes</PackageReleaseNotes>
12+
<PackageReleaseNotes>* Bug
13+
* #53 - Disable append-hashcode when library is not built for netFx
14+
15+
* Improvement
16+
* #52 - Cease using cryptographic hashes
17+
18+
* Task
19+
* #56 - Upgrade to NH 5.2.0</PackageReleaseNotes>
1420
</PropertyGroup>
1521
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1622
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ This provider is not bound to a specific implementation and require a cache fact
1010
<SignAssembly>True</SignAssembly>
1111
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
13-
<PackageReleaseNotes>* Improvement
14-
* #52 - Cease using cryptographic hashes</PackageReleaseNotes>
13+
<PackageReleaseNotes>* Bug
14+
* #53 - Disable append-hashcode when library is not built for netFx
15+
16+
* Improvement
17+
* #52 - Cease using cryptographic hashes
18+
19+
* Task
20+
* #56 - Upgrade to NH 5.2.0</PackageReleaseNotes>
1521
</PropertyGroup>
1622
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1723
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<PackageReleaseNotes>* Task
14-
* #46 - Update NHibernate to 5.1.0</PackageReleaseNotes>
14+
* #56 - Upgrade to NH 5.2.0</PackageReleaseNotes>
1515
</PropertyGroup>
1616
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">
1717
<DefineConstants>NETFX;$(DefineConstants)</DefineConstants>

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
<SignAssembly>True</SignAssembly>
99
<AssemblyOriginatorKeyFile>..\..\NHibernate.Caches.snk</AssemblyOriginatorKeyFile>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
11-
<PackageReleaseNotes>* Improvement
12-
* #52 - Cease using cryptographic hashes</PackageReleaseNotes>
11+
<PackageReleaseNotes>* Bug
12+
* #32 - Key computing for Memcached leaks hashers
13+
14+
* Improvement
15+
* #52 - Cease using cryptographic hashes
16+
17+
* Task
18+
* #56 - Upgrade to NH 5.2.0</PackageReleaseNotes>
1319
</PropertyGroup>
1420
<ItemGroup>
1521
<None Include="..\..\NHibernate.Caches.snk" Link="NHibernate.snk" />

NHibernate.Caches.Everything.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1616
default.build = default.build
1717
AsyncGenerator.yml = AsyncGenerator.yml
1818
appveyor.yml = appveyor.yml
19+
ReleaseProcedure.txt = ReleaseProcedure.txt
1920
EndProjectSection
2021
EndProject
2122
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Caches.SysCache", "SysCache\NHibernate.Caches.SysCache\NHibernate.Caches.SysCache.csproj", "{2D48853D-7F90-4E1F-BE98-035CAB2D4F1F}"

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)' == ''">5</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>

ReleaseProcedure.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- Check nothing is left pending in the milestone
2+
- Update the version number in appveyor.yml, buildcommon.xml and NHibernate.Caches.props
3+
- Update readme.md with the list of issues fixed in the milestone
4+
- Update the <PackageReleaseNotes> nodes of .csproj files published as NuGet packages
5+
- Commit and PR the above
6+
- Draft a release on GitHub
7+
- If the PR CI build is good, merge and wait for the master CI build
8+
- Download the artifacts from the release job of the master CI build
9+
- Push the NuGet packages
10+
- Add the binary zip to the GitHub release and publish it

0 commit comments

Comments
 (0)