Skip to content

Commit

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

...

## [7.0.3] - 2021-11-04

### Fixed

- Fixed bug with ConfirmLogs when running with multiple [CacheProgress]
Expand Down Expand Up @@ -944,7 +946,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.2...develop
[Unreleased]: https://github.com/HicServices/RDMP/compare/v7.0.3...develop
[7.0.3]: https://github.com/HicServices/RDMP/compare/v7.0.2...v7.0.3
[7.0.2]: https://github.com/HicServices/RDMP/compare/v7.0.1...v7.0.2
[7.0.1]: https://github.com/HicServices/RDMP/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/HicServices/RDMP/compare/v6.0.2...v7.0.0
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.2")]
[assembly: AssemblyFileVersion("7.0.2")]
[assembly: AssemblyInformationalVersion("7.0.2")]
[assembly: AssemblyVersion("7.0.3")]
[assembly: AssemblyFileVersion("7.0.3")]
[assembly: AssemblyInformationalVersion("7.0.3")]
6 changes: 3 additions & 3 deletions rdmp-client.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>7.0.2.0</version>
<url>https://github.com/HicServices/RDMP/releases/download/v7.0.2/rdmp-client.zip</url>
<changelog>https://github.com/HicServices/RDMP/blob/master/CHANGELOG.md#702</changelog>
<version>7.0.3.0</version>
<url>https://github.com/HicServices/RDMP/releases/download/v7.0.3/rdmp-client.zip</url>
<changelog>https://github.com/HicServices/RDMP/blob/master/CHANGELOG.md#703</changelog>
<mandatory>true</mandatory>
</item>

0 comments on commit f56c597

Please sign in to comment.