From 7c755cd12ca07cb199ffd344911728650d3411d7 Mon Sep 17 00:00:00 2001 From: tznind Date: Tue, 8 Nov 2022 08:42:38 +0000 Subject: [PATCH] 8.0.6 --- CHANGELOG.md | 5 ++++- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e2c85611..580e19706c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ... +## [8.0.6] - 2022-11-08 + ### Added - Documentation for custom metadata reports @@ -1435,7 +1437,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed Culture (e.g. en-us) not being passed correctly in DelimitedFlatFileAttacher - Fixed bug where Updater would show older versions of RDMP as installable 'updates' -[Unreleased]: https://github.com/HicServices/RDMP/compare/v8.0.5...develop +[Unreleased]: https://github.com/HicServices/RDMP/compare/v8.0.6...develop +[8.0.6]: https://github.com/HicServices/RDMP/compare/v8.0.5...v8.0.6 [8.0.5]: https://github.com/HicServices/RDMP/compare/v8.0.4...v8.0.5 [8.0.4]: https://github.com/HicServices/RDMP/compare/v8.0.3...v8.0.4 [8.0.3]: https://github.com/HicServices/RDMP/compare/v8.0.2...v8.0.3 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 2a43c234a5..11d27ddfe4 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -6,6 +6,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("8.0.5")] -[assembly: AssemblyFileVersion("8.0.5")] -[assembly: AssemblyInformationalVersion("8.0.5")] +[assembly: AssemblyVersion("8.0.6")] +[assembly: AssemblyFileVersion("8.0.6")] +[assembly: AssemblyInformationalVersion("8.0.6")]