Skip to content

Commit

Permalink
Merge pull request #1503 from HicServices/dependabot/nuget/develop/Ya…
Browse files Browse the repository at this point in the history
…mlDotNet-12.2.1
  • Loading branch information
dependabot[bot] authored Dec 15, 2022
2 parents 1dd5269 + 3bfc1ed commit 0d4ea7e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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
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.0" />
<PackageReference Include="YamlDotNet" Version="12.2.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.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="YamlDotNet" Version="12.2.0" />
<PackageReference Include="YamlDotNet" Version="12.2.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.0" />
<PackageReference Include="YamlDotNet" Version="12.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Rdmp.Core\Rdmp.Core.csproj" />
Expand Down

0 comments on commit 0d4ea7e

Please sign in to comment.