From 2e0c768801da4f3d3b7df760288dae645b53086d Mon Sep 17 00:00:00 2001 From: James Friel Date: Fri, 24 May 2024 07:50:22 +0100 Subject: [PATCH] add release date --- CHANGELOG.md | 3 ++- SharedAssemblyInfo.cs | 2 +- rdmp-client.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2906320a4e..a92cb4b639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ + # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [8.1.6] - Unreleased +## [8.1.6] - 2024-05-27 ## Changed diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index e7ab847e39..706372d65a 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -12,4 +12,4 @@ [assembly: AssemblyVersion("8.1.6")] [assembly: AssemblyFileVersion("8.1.6")] -[assembly: AssemblyInformationalVersion("8.1.6-rc2")] +[assembly: AssemblyInformationalVersion("8.1.6")] diff --git a/rdmp-client.xml b/rdmp-client.xml index 94b727c249..c0a16d535d 100644 --- a/rdmp-client.xml +++ b/rdmp-client.xml @@ -1,7 +1,7 @@ 8.1.6.0 - https://github.com/HicServices/RDMP/releases/download/v8.1.4/rdmp-8.1.6-client.zip + https://github.com/HicServices/RDMP/releases/download/v8.1.6/rdmp-8.1.6-client.zip https://github.com/HicServices/RDMP/blob/main/CHANGELOG.md#7 true \ No newline at end of file