diff --git a/Packages.md b/Packages.md index ec720e0..b354de6 100644 --- a/Packages.md +++ b/Packages.md @@ -9,10 +9,10 @@ | Package | Source Code | License | Purpose | Additional Risk Assessment | | ------- | ------------| ------- | ------- | -------------------------- | -| MathNet.Numerics | [GitHub](https://github.com/mathnet/mathnet-numerics)| [MIT](https://opensource.org/licenses/MIT) | Generate statistical distributions (e.g. Gaussian) for random data | | | Command Line Parser | [GitHub](https://github.com/commandlineparser/commandline) | [MIT](https://opensource.org/licenses/MIT) | Allows command line arguments for main client application and CLI executables | | CsvHelper | [GitHub](https://github.com/JoshClose/CsvHelper) | MS-PL / Apache 2.0 | Enables reading/writing CSV files | +| MathNet.Numerics | [GitHub](https://github.com/mathnet/mathnet-numerics)| [MIT](https://opensource.org/licenses/MIT) | Generate statistical distributions (e.g. Gaussian) for random data | | +| Microsoft.SourceLink.GitHub | [GitHub](https://github.com/dotnet/sourcelink) | [1.1.1](https://www.nuget.org/packages/Microsoft.SourceLink.GitHub/1.1.1) | [Apache License 2.0](https://github.com/dotnet/sourcelink/blob/master/License.txt) | Enables source debugging of project nuget package| | | [Nunit](https://nunit.org/) |[GitHub](https://github.com/nunit/nunit) | [MIT](https://opensource.org/licenses/MIT) | Unit testing | | NUnit3TestAdapter | [GitHub](https://github.com/nunit/nunit3-vs-adapter)| [MIT](https://opensource.org/licenses/MIT) | Run unit tests from within Visual Studio | -