diff --git a/Documentation/CodeTutorials/Packages.md b/Documentation/CodeTutorials/Packages.md index 9b26864c4f..d7c3db5219 100644 --- a/Documentation/CodeTutorials/Packages.md +++ b/Documentation/CodeTutorials/Packages.md @@ -29,7 +29,7 @@ | Microsoft.NET.Test.Sdk | [GitHub](https://github.com/microsoft/vstest/) | [17.4.0](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.4.0) | [MIT](https://opensource.org/licenses/MIT) | Required for running tests| | | NUnit3TestAdapter | [GitHub](https://github.com/nunit/nunit3-vs-adapter)| [3.13.3](https://www.nuget.org/packages/NUnit3TestAdapter/3.13.3) | [MIT](https://opensource.org/licenses/MIT) | Run unit tests from within Visual Studio | | [Newtonsoft.Json](https://www.newtonsoft.com/json) | [GitHub](https://github.com/JamesNK/Newtonsoft.Json) | [13.0.2](https://www.nuget.org/packages/Newtonsoft.Json/13.0.2) | [MIT](https://opensource.org/licenses/MIT) | Serialization of objects for sharing/transmission | -| YamlDotNet | [GitHub](https://github.com/aaubry/YamlDotNet) | [12.2.0](https://www.nuget.org/packages/YamlDotNet/12.2.0) | [MIT](https://opensource.org/licenses/MIT) |Loading configuration files| +| YamlDotNet | [GitHub](https://github.com/aaubry/YamlDotNet) | [12.2.1](https://www.nuget.org/packages/YamlDotNet/12.2.1) | [MIT](https://opensource.org/licenses/MIT) |Loading configuration files| | [SecurityCodeScan.VS2019](https://security-code-scan.github.io/) | [GitHub](https://github.com/security-code-scan/security-code-scan) | [5.6.7](https://www.nuget.org/packages/SecurityCodeScan.VS2019/5.6.7) | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html)| Performs static build time analysis for vulnerabilities in the codebase (e.g. Sql injection)| | | SixLabors.ImageSharp | [GitHub](https://github.com/SixLabors/ImageSharp) | [2.1.3](https://www.nuget.org/packages/SixLabors.ImageSharp/2.1.3) | [Apache 2.0](https://github.com/SixLabors/ImageSharp/blob/main/LICENSE) | Platform-independent replacement for legacy Windows-only System.Drawing.Common | | | SixLabors.ImageSharp.Drawing | [GitHub](https://github.com/SixLabors/ImageSharp.Drawing) | [1.0.0-beta15](https://www.nuget.org/packages/SixLabors.ImageSharp.Drawing/1.0.0-beta15) | [Apache 2.0](https://github.com/SixLabors/ImageSharp/blob/main/LICENSE) | Font handling for ImageSharp | | diff --git a/Plugins/Plugin.Test/Plugin.Test.nuspec b/Plugins/Plugin.Test/Plugin.Test.nuspec index b6f5f97a91..01328292d0 100644 --- a/Plugins/Plugin.Test/Plugin.Test.nuspec +++ b/Plugins/Plugin.Test/Plugin.Test.nuspec @@ -41,7 +41,7 @@ - + diff --git a/Plugins/Plugin.UI/Plugin.UI.nuspec b/Plugins/Plugin.UI/Plugin.UI.nuspec index 4c84836d28..a97a1558f3 100644 --- a/Plugins/Plugin.UI/Plugin.UI.nuspec +++ b/Plugins/Plugin.UI/Plugin.UI.nuspec @@ -45,7 +45,7 @@ - + diff --git a/Plugins/Plugin/Plugin.nuspec b/Plugins/Plugin/Plugin.nuspec index 103a43b903..ae7781a64b 100644 --- a/Plugins/Plugin/Plugin.nuspec +++ b/Plugins/Plugin/Plugin.nuspec @@ -38,7 +38,7 @@ - + diff --git a/Rdmp.Core/Rdmp.Core.csproj b/Rdmp.Core/Rdmp.Core.csproj index 2d4c7cb7fe..d1aa0bfb2e 100644 --- a/Rdmp.Core/Rdmp.Core.csproj +++ b/Rdmp.Core/Rdmp.Core.csproj @@ -292,7 +292,7 @@ - + diff --git a/Tests.Common/Tests.Common.csproj b/Tests.Common/Tests.Common.csproj index 334d485b7d..2be694246d 100644 --- a/Tests.Common/Tests.Common.csproj +++ b/Tests.Common/Tests.Common.csproj @@ -30,7 +30,7 @@ - + diff --git a/Tools/rdmp/rdmp.csproj b/Tools/rdmp/rdmp.csproj index 1c1fce2c88..38ac88605c 100644 --- a/Tools/rdmp/rdmp.csproj +++ b/Tools/rdmp/rdmp.csproj @@ -43,7 +43,7 @@ - +