Skip to content

Commit

Permalink
7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Oct 27, 2021
1 parent 8488f05 commit be49f65
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.1] - 2021-10-27

### Changed

- Bump NLog from 4.7.11 to 4.7.12
Expand Down Expand Up @@ -915,7 +917,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.0...develop
[Unreleased]: https://github.com/HicServices/RDMP/compare/v7.0.1...develop
[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
[6.0.2]: https://github.com/HicServices/RDMP/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/HicServices/RDMP/compare/v6.0.0...v6.0.1
Expand Down
2 changes: 1 addition & 1 deletion HIC.DataManagementPlatform.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Documentation\CodeTutorials\Packages.md = Documentation\CodeTutorials\Packages.md
rakeconfig.rb = rakeconfig.rb
rakefile.rb = rakefile.rb
rdmp-client.xml = rdmp-client.xml
README.md = README.md
releases.xml = releases.xml
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
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.0")]
[assembly: AssemblyFileVersion("7.0.0")]
[assembly: AssemblyInformationalVersion("7.0.0")]
[assembly: AssemblyVersion("7.0.1")]
[assembly: AssemblyFileVersion("7.0.1")]
[assembly: AssemblyInformationalVersion("7.0.1")]
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.0.0</version>
<url>https://github.com/HicServices/RDMP/releases/download/v7.0.0/rdmp-client.zip</url>
<changelog>https://github.com/HicServices/RDMP/blob/master/CHANGELOG.md#700</changelog>
<version>7.0.1.0</version>
<url>https://github.com/HicServices/RDMP/releases/download/v7.0.1/rdmp-client.zip</url>
<changelog>https://github.com/HicServices/RDMP/blob/master/CHANGELOG.md#701</changelog>
<mandatory>true</mandatory>
</item>

0 comments on commit be49f65

Please sign in to comment.