Skip to content

Commit

Permalink
Merge pull request #2094 from HicServices/task/8.4.2
Browse files Browse the repository at this point in the history
Task/8.4.2
  • Loading branch information
rdteviotdale authored Dec 18, 2024
2 parents a1c679f + 2d1bd67 commit b58152c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- Build on and target .Net 9 rather than 8
## [8.4.2] - 2024-12-18

- Fix issue with MEF constructing Remote Table Attachers

## [8.4.1] - 2024-12-10
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("8.4.1")]
[assembly: AssemblyFileVersion("8.4.1")]
[assembly: AssemblyInformationalVersion("8.4.1")]
[assembly: AssemblyVersion("8.4.2")]
[assembly: AssemblyFileVersion("8.4.2")]
[assembly: AssemblyInformationalVersion("8.4.2")]
4 changes: 2 additions & 2 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>8.4.1.0</version>
<url>https://github.com/HicServices/RDMP/releases/download/v8.4.1/rdmp-8.4.1-client.zip</url>
<version>8.4.2.0</version>
<url>https://github.com/HicServices/RDMP/releases/download/v8.4.2/rdmp-8.4.2-client.zip</url>
<changelog>https://github.com/HicServices/RDMP/blob/main/CHANGELOG.md#7</changelog>
<mandatory>true</mandatory>
</item>

0 comments on commit b58152c

Please sign in to comment.