Skip to content

Commit

Permalink
Bump YamlDotNet from 12.2.0 to 12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Dec 15, 2022
1 parent 70a8623 commit 3bfc1ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/CodeTutorials/Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Plugin.Test/Plugin.Test.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency id="System.Threading" version="4.3.0"/>
<dependency id="System.Threading.ThreadPool" version="4.3.0"/>
<dependency id="Xam.Plugins.Settings" version="3.1.1"/>
<dependency id="YamlDotNet" version="12.2.0"/>
<dependency id="YamlDotNet" version="12.2.1"/>
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Plugin.UI/Plugin.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency id="System.Threading.AccessControl" version="7.0.0"/>
<dependency id="System.Threading.ThreadPool" version="4.3.0"/>
<dependency id="Xam.Plugins.Settings" version="3.1.1"/>
<dependency id="YamlDotNet" version="12.2.0"/>
<dependency id="YamlDotNet" version="12.2.1"/>
</dependencies>
</metadata>

Expand Down
2 changes: 1 addition & 1 deletion Plugins/Plugin/Plugin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency id="System.Threading" version="4.3.0"/>
<dependency id="System.Threading.ThreadPool" version="4.3.0"/>
<dependency id="Xam.Plugins.Settings" version="3.1.1"/>
<dependency id="YamlDotNet" version="12.2.0"/>
<dependency id="YamlDotNet" version="12.2.1"/>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 3bfc1ed

Please sign in to comment.