From 262f407310b5b385a3c81f048a1a2b1890131d49 Mon Sep 17 00:00:00 2001 From: tznind Date: Thu, 8 Sep 2022 14:43:19 +0100 Subject: [PATCH] v7.0.20 --- CHANGELOG.md | 10 +++++++++- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53eb920f16..2d2f2b393f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ... +## [7.0.20] - 2022-09-08 + +### Fixed + +- Fixed null reference introduced after new Bitmap dependency refactoring [#1398](https://github.com/HicServices/RDMP/issues/1398) + + ## [7.0.19] - 2022-09-05 ### Fixed @@ -1341,7 +1348,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/v7.0.19...develop +[Unreleased]: https://github.com/HicServices/RDMP/compare/v7.0.20...develop +[7.0.20]: https://github.com/HicServices/RDMP/compare/v7.0.19...v7.0.20 [7.0.19]: https://github.com/HicServices/RDMP/compare/v7.0.18...v7.0.19 [7.0.18]: https://github.com/HicServices/RDMP/compare/v7.0.17...v7.0.18 [7.0.17]: https://github.com/HicServices/RDMP/compare/v7.0.16...v7.0.17 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index fee6a8dfcb..463b8d3648 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -6,6 +6,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("7.0.19")] -[assembly: AssemblyFileVersion("7.0.19")] -[assembly: AssemblyInformationalVersion("7.0.19")] +[assembly: AssemblyVersion("7.0.20")] +[assembly: AssemblyFileVersion("7.0.20")] +[assembly: AssemblyInformationalVersion("7.0.20")]