Skip to content

Commit

Permalink
Updated plugin nuspec to indicate 7.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Oct 18, 2021
1 parent c17ab3f commit 2745c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HIC.Extensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authors>Health Informatics Service, University of Dundee</authors>
<description>Hic specific plugin for possibly useful (to others) extensions (e.g. run Python in DLE)</description>
<dependencies>
<dependency id="HIC.RDMP.Plugin" version="6.0" />
<dependency id="HIC.RDMP.Plugin" version="7.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
| ------- | ------------| --------| ------- | ------- | -------------------------- |
| [Nunit](https://nunit.org/) |[GitHub](https://github.com/nunit/nunit) | [3.11.0](https://www.nuget.org/packages/NUnit/3.11.0) | [MIT](https://opensource.org/licenses/MIT) | Unit testing |
| NUnit3TestAdapter | [GitHub](https://github.com/nunit/nunit3-vs-adapter)| [3.13.0](https://www.nuget.org/packages/NUnit3TestAdapter/3.13.0) | [MIT](https://opensource.org/licenses/MIT) | Run unit tests from within Visual Studio |
| HIC.RDMP.Plugin | [GitHub](https://github.com/HicServices/RDMP) | [5.0.0](https://www.nuget.org/packages/HIC.RDMP.Plugin/5.0.0) | [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.UI | [GitHub](https://github.com/HicServices/RDMP) | [5.0.0](https://www.nuget.org/packages/HIC.RDMP.Plugin.UI/5.0.0) |[GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | Interact with RDMP user interface API layer | |
| HIC.RDMP.Plugin | [GitHub](https://github.com/HicServices/RDMP) | [7.0.0](https://www.nuget.org/packages/HIC.RDMP.Plugin/7.0.0) | [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.UI | [GitHub](https://github.com/HicServices/RDMP) | [7.0.0](https://www.nuget.org/packages/HIC.RDMP.Plugin.UI/7.0.0) |[GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | Interact with RDMP user interface API layer | |
| DotNetZip | [GitHub](https://github.com/DinoChiesa/DotNetZip) | [1.13.3](https://www.nuget.org/packages/DotNetZip/1.13.3) | [Ms-PL](https://github.com/DinoChiesa/DotNetZip/blob/master/License.txt) | Opens zip archives | |
| System.IO | [GitHub](https://github.com/dotnet/corefx) | [4.3.0](https://www.nuget.org/packages/System.Drawing.Common/4.3.0) |[MIT](https://opensource.org/licenses/MIT) | Enables working with the file system | |
| System.Resources.ResourceManager | [GitHub](https://github.com/dotnet/corefx) | [4.3.0](https://www.nuget.org/packages/System.Resources.ResourceManager/4.3.0) |[MIT](https://opensource.org/licenses/MIT) | Enables working with embedded resources | |

0 comments on commit 2745c55

Please sign in to comment.