Skip to content

Commit

Permalink
Updated nuspec/docs to show correct version of RDMP
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Sep 27, 2022
1 parent 9ab0c88 commit f1a39f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
| Package | Source Code | Version | License | Purpose | Additional Risk Assessment |
| ------- | ------------| --------| ------- | ------- | -------------------------- |
| HIC.DicomTypeTranslation | [GitHub](https://github.com/HicServices/DicomTypeTranslation) | [4.0.1](https://www.nuget.org/packages/HIC.DicomTypeTranslation/4.0.1) | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | Translate dicom types into C# / database types | |
| HIC.RDMP.Plugin | [GitHub](https://github.com/HicServices/RDMP) | [7.0.20](https://www.nuget.org/packages/HIC.RDMP.Plugin/7.0.20) | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | Interact with RDMP objects, base classes for plugin components etc | |
| HIC.RDMP.Plugin | [GitHub](https://github.com/HicServices/RDMP) | [8.0.0](https://www.nuget.org/packages/HIC.RDMP.Plugin/8.0.0) | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | Interact with RDMP objects, base classes for plugin components etc | |
| SharpCompress | [GitHub](https://github.com/adamhathcock/sharpcompress) | [0.32.2](https://www.nuget.org/packages/SharpCompress/0.32.2) | [MIT] | Access diverse archive formats including RAR, 7zip | |
| Terminal.Gui | [GitHub](https://github.com/migueldeicaza/gui.cs) | [1.8.2](https://www.nuget.org/packages/Terminal.Gui/1.8.2) | [MIT] | UIs compatible with RDMP gui command line | |
2 changes: 1 addition & 1 deletion Rdmp.Dicom.Library.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<copyright>Copyright 2018-2019</copyright>
<dependencies>
<dependency id="HIC.DicomTypeTranslation" version="4.0.1" />
<dependency id="HIC.RDMP.Plugin" version="7.0.20" />
<dependency id="HIC.RDMP.Plugin" version="8.0.0" />
<dependency id="SharpCompress" version="0.32.2" />
<dependency id="Terminal.Gui" version="1.8.2" />
</dependencies>
Expand Down

0 comments on commit f1a39f8

Please sign in to comment.