Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump YamlDotNet from 12.2.1 to 12.3.1 #1505

Merged
merged 2 commits into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.4.1) | [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.1](https://www.nuget.org/packages/YamlDotNet/12.2.1) | [MIT](https://opensource.org/licenses/MIT) |Loading configuration files|
| YamlDotNet | [GitHub](https://github.com/aaubry/YamlDotNet) | [12.3.1](https://www.nuget.org/packages/YamlDotNet/12.3.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.1"/>
<dependency id="YamlDotNet" version="12.3.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.1"/>
<dependency id="YamlDotNet" version="12.3.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.1"/>
<dependency id="YamlDotNet" version="12.3.1"/>
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Rdmp.Core/Rdmp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
<PackageReference Include="SSH.NET" Version="2020.0.2" />
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
<PackageReference Include="YamlDotNet" Version="12.2.1" />
<PackageReference Include="YamlDotNet" Version="12.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Reusable\MapsDirectlyToDatabaseTable\MapsDirectlyToDatabaseTable.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Tests.Common/Tests.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="Moq" Version="4.18.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="YamlDotNet" Version="12.2.1" />
<PackageReference Include="YamlDotNet" Version="12.3.1" />
<PackageReference Include="HIC.BadMedicine" Version="1.1.2" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tools/rdmp/rdmp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</PackageReference>
<PackageReference Include="Terminal.Gui" Version="1.7.2" />
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" />
<PackageReference Include="YamlDotNet" Version="12.2.1" />
<PackageReference Include="YamlDotNet" Version="12.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Rdmp.Core\Rdmp.Core.csproj" />
Expand Down