diff --git a/Packages.md b/Packages.md index ac6a1f5..9f0fe83 100644 --- a/Packages.md +++ b/Packages.md @@ -9,11 +9,5 @@ | Package | Source Code | Version | License | Purpose | Additional Risk Assessment | | ------- | ------------| --------| ------- | ------- | -------------------------- | -| [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) | [8.1.0-rc1](https://www.nuget.org/packages/HIC.RDMP.Plugin/8.1.0-rc1) | [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) | [8.1.0-rc1](https://www.nuget.org/packages/HIC.RDMP.Plugin.UI/8.1.0-rc1) |[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.16.0](https://www.nuget.org/packages/DotNetZip/1.16.0) | [Ms-PL](https://github.com/DinoChiesa/DotNetZip/blob/master/License.txt) | Opens zip archives | | | System.Drawing.Common | [GitHub](https://github.com/dotnet/corefx) | [7.0.0](https://www.nuget.org/packages/System.Drawing.Common/7.0.0) |[MIT](https://opensource.org/licenses/MIT) | Legacy wrapper for working with Windows 3.0 style BITMAP objects | | -| System.IO | [GitHub](https://github.com/dotnet/corefx) | [4.3.0](https://www.nuget.org/packages/System.IO/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 | |