Skip to content

Commit

Permalink
Merge pull request #225 from SMI/release/v0.0.8
Browse files Browse the repository at this point in the history
v0.0.8
  • Loading branch information
jas88 authored Nov 5, 2022
2 parents 64434f3 + e4ef8e3 commit 93704cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
[0.0.1]: https://github.com/SMI/IsIdentifiable/releases/tag/v0.0.1
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 93704cc

Please sign in to comment.