Skip to content

Commit

Permalink
Bump HIC.DicomTypeTranslation and fo-dicom
Browse files Browse the repository at this point in the history
Bumps [HIC.DicomTypeTranslation](https://github.com/SMI/DicomTypeTranslation) and [fo-dicom](https://github.com/fo-dicom/fo-dicom). These dependencies needed to be updated together.

Updates `HIC.DicomTypeTranslation` from 4.1.3 to 4.1.5
- [Release notes](https://github.com/SMI/DicomTypeTranslation/releases)
- [Changelog](https://github.com/SMI/DicomTypeTranslation/blob/main/CHANGELOG.md)
- [Commits](SMI/DicomTypeTranslation@v4.1.3...v4.1.5)

Updates `fo-dicom` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/fo-dicom/fo-dicom/releases)
- [Changelog](https://github.com/fo-dicom/fo-dicom/blob/development/ChangeLog.md)
- [Commits](fo-dicom/fo-dicom@5.1.3...5.1.4)

---
updated-dependencies:
- dependency-name: HIC.DicomTypeTranslation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: fo-dicom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jas88 committed Oct 28, 2024
1 parent 6a770a0 commit a6a3593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rdmp.Dicom/Rdmp.Dicom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<EmbeddedResource Include="db\up\005_EnsureUIDMapUnique.sql" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="HIC.DicomTypeTranslation" Version="4.1.3" />
<PackageReference Include="HIC.DicomTypeTranslation" Version="4.1.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="fo-dicom" Version="5.1.3" />
<PackageReference Include="fo-dicom" Version="5.1.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RDMP\Rdmp.Core\Rdmp.Core.csproj" />
Expand Down

0 comments on commit a6a3593

Please sign in to comment.