Skip to content

Commit

Permalink
Bump to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Jun 8, 2021
1 parent a980785 commit f9b3509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

...

## [5.0.1] - 2021-06-08

### Added
- Added CLI console gui context menu for [LoadMetadata]
- Commit cohort from CohortIdentificationConfiguration now shows crash message Exception on failure
Expand Down Expand Up @@ -42,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0


## [5.0.0]
## [5.0.0] - 2021-05-05

### Changed

Expand Down Expand Up @@ -746,7 +750,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/v5.0.0...develop
[Unreleased]: https://github.com/HicServices/RDMP/compare/v5.0.1...develop
[5.0.1]: https://github.com/HicServices/RDMP/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/HicServices/RDMP/compare/v4.2.4...v5.0.0
[4.2.4]: https://github.com/HicServices/RDMP/compare/v4.2.3...v4.2.4
[4.2.3]: https://github.com/HicServices/RDMP/compare/v4.2.2...v4.2.3
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("5.0.0")]
[assembly: AssemblyFileVersion("5.0.0")]
[assembly: AssemblyInformationalVersion("5.0.0")]
[assembly: AssemblyVersion("5.0.1")]
[assembly: AssemblyFileVersion("5.0.1")]
[assembly: AssemblyInformationalVersion("5.0.1")]

0 comments on commit f9b3509

Please sign in to comment.