Skip to content

Commit

Permalink
Bump to 7.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Aug 1, 2022
1 parent 07bb7c9 commit 943990d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

## [7.0.17] - 2022-08-01

### Added

- Icons in 'edit extraction columns' window now shows IsExtractionIdentifier and Extraction Primary Key status [#1312](https://github.com/HicServices/RDMP/issues/1312).

### Fixed

- Fixed Release not working from CLI (Bug introduced in 7.0.16)
- Fixed some old legacy plugins breaking startup if installed

## [7.0.16] - 2022-07-25

Expand Down Expand Up @@ -1308,7 +1311,9 @@ 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.15...develop
[Unreleased]: https://github.com/HicServices/RDMP/compare/v7.0.17...develop
[7.0.17]: https://github.com/HicServices/RDMP/compare/v7.0.16...v7.0.17
[7.0.16]: https://github.com/HicServices/RDMP/compare/v7.0.15...v7.0.16
[7.0.15]: https://github.com/HicServices/RDMP/compare/v7.0.14...v7.0.15
[7.0.14]: https://github.com/HicServices/RDMP/compare/v7.0.13...v7.0.14
[7.0.13]: https://github.com/HicServices/RDMP/compare/v7.0.12...v7.0.13
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("7.0.16")]
[assembly: AssemblyFileVersion("7.0.16")]
[assembly: AssemblyInformationalVersion("7.0.16")]
[assembly: AssemblyVersion("7.0.17")]
[assembly: AssemblyFileVersion("7.0.17")]
[assembly: AssemblyInformationalVersion("7.0.17")]

0 comments on commit 943990d

Please sign in to comment.