From e4ef8e3ae81438fc0ad52425adc541f82f9ce6e2 Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Fri, 4 Nov 2022 12:14:04 -0500 Subject: [PATCH] v0.0.8 --- CHANGELOG.md | 7 +++++-- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e224cb67..7708e8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ... +# [0.0.8] - 2022-11-04 + ## Added - Support for running on 'non dicom' MongoDb databases. This is now the default. Pass `--isdicomfiles` if your MongoDb contains serialized dicom files. @@ -83,11 +85,12 @@ Initial version -[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.7..main +[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.8..main +[0.0.8]: https://github.com/SMI/IsIdentifiable/compare/v0.0.7..v0.0.8 [0.0.7]: https://github.com/SMI/IsIdentifiable/compare/v0.0.6..v0.0.7 [0.0.6]: https://github.com/SMI/IsIdentifiable/compare/v0.0.5..v0.0.6 [0.0.5]: https://github.com/SMI/IsIdentifiable/compare/v0.0.4..v0.0.5 [0.0.4]: https://github.com/SMI/IsIdentifiable/compare/v0.0.3..v0.0.4 [0.0.3]: https://github.com/SMI/IsIdentifiable/compare/v0.0.2..v0.0.3 [0.0.2]: https://github.com/SMI/IsIdentifiable/releases/tag/v0.0.2 -[0.0.1]: https://github.com/SMI/IsIdentifiable/releases/tag/v0.0.1 \ No newline at end of file +[0.0.1]: https://github.com/SMI/IsIdentifiable/releases/tag/v0.0.1 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 50a527a2..942d0508 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("0.0.7")] -[assembly: AssemblyFileVersion("0.0.7")] -[assembly: AssemblyInformationalVersion("0.0.7")] // This one can have the extra build info after it +[assembly: AssemblyVersion("0.0.8")] +[assembly: AssemblyFileVersion("0.0.8")] +[assembly: AssemblyInformationalVersion("0.0.8")] // This one can have the extra build info after it