Skip to content

Commit

Permalink
Update CHANGELOG, SharedAssemblyInfo for 2.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed Aug 17, 2020
1 parent 5089e24 commit c313c8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.7] 2020-08-17

### Fixed

- Allow the PACS to send us lossy compressed versions if it wants, otherwise we won't be able to receive anything it has in that format

### Added

- Accept video (MPEG/HEVC) content if the PACS offers it
- Added new cache source `ProcessBasedCacheSource` that calls out to a remote process

## [2.1.6] 2020-06-17
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be replaced with correct values by the release process
[assembly: AssemblyVersion("2.1.6")]
[assembly: AssemblyFileVersion("2.1.6")]
[assembly: AssemblyInformationalVersion("2.1.6")]
[assembly: AssemblyVersion("2.1.7")]
[assembly: AssemblyFileVersion("2.1.7")]
[assembly: AssemblyInformationalVersion("2.1.7")]

0 comments on commit c313c8b

Please sign in to comment.