Skip to content

Commit

Permalink
Merge pull request #110 from SMI/hotfix/pin-fo-dicom-version
Browse files Browse the repository at this point in the history
Hotfix - Pin fo dicom version
  • Loading branch information
rkm authored Feb 14, 2020
2 parents 5944ba9 + d778a12 commit 8449712
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

...

## [1.3.1] - (2020-02-13)

### Changed

- Pinned fo-dicom to v4.0.1

## [1.3.0] - (2020-02-06)

### Changed
Expand Down Expand Up @@ -144,7 +150,8 @@ First stable release after importing the repository from the private [SMIPlugin]
- Anonymous `MappingTableName` must now be fully specified to pass validation (e.g. `mydb.mytbl`). Previously skipping database portion was supported.


[Unreleased]: https://github.com/SMI/SmiServices/compare/v1.3.0...develop
[Unreleased]: https://github.com/SMI/SmiServices/compare/v1.3.1...develop
[1.3.1]: https://github.com/SMI/SmiServices/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/SMI/SmiServices/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/SMI/SmiServices/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/SMI/SmiServices/compare/v1.2.1...v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![GitHub](https://img.shields.io/github/license/SMI/SmiServices)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/SmiServices.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/SmiServices/alerts/)

Version: `1.3.0`
Version: `1.3.1`

# SMI Services

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

// These should be overwritten by release builds
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: AssemblyInformationalVersion("1.3.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("1.3.1")]
[assembly: AssemblyFileVersion("1.3.1")]
[assembly: AssemblyInformationalVersion("1.3.1")] // This one can have the extra build info after it
1 change: 1 addition & 0 deletions src/common/Smi.Common/Smi.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="fo-dicom" Version="[4.0.1]" />
<PackageReference Include="HIC.DicomTypeTranslation" Version="2.1.2" />
<PackageReference Include="HIC.RDMP.Plugin" Version="4.0.2" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.5.0" />
<PackageReference Include="CsvHelper" Version="12.1.2" />
<PackageReference Include="fo-Dicom.Drawing" Version="4.0.3" />
<PackageReference Include="fo-Dicom.Drawing" Version="[4.0.1]" />
<PackageReference Include="HIC.DicomTypeTranslation" Version="2.1.2" />
<PackageReference Include="Stanford.NLP.CoreNLP" Version="3.9.2" />
<PackageReference Include="System.Drawing.Common" Version="4.6.0" />
Expand Down

0 comments on commit 8449712

Please sign in to comment.