Skip to content

Commit

Permalink
Bump YamlDotNet from 9.1.4 to 10.1.0 (#471)
Browse files Browse the repository at this point in the history
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 9.1.4 to 10.1.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v9.1.4...v10.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2021
1 parent 3fd4bda commit 87b635c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OpenKh.Command.ImgTool/OpenKh.Command.ImgTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Command.Layout/OpenKh.Command.Layout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Command.MapGen/OpenKh.Command.MapGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="NLog" Version="4.7.9" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="AssimpNet" Version="5.0.0-beta1" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Command.TexFooter/OpenKh.Command.TexFooter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Common/OpenKh.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
<PackageReference Include="Xe.BinaryMapper" Version="1.5.2" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion OpenKh.Game/OpenKh.Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.9" />
<PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Patcher/OpenKh.Patcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
<PackageReference Include="NPOI" Version="2.5.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="ColorPickerWPF" Version="1.0.9" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
<PackageReference Include="YamlDotNet" Version="10.1.0" />
</ItemGroup>

</Project>

0 comments on commit 87b635c

Please sign in to comment.