Skip to content

Commit

Permalink
Bump YamlDotNet to 13.2.0 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanish-kh committed Aug 16, 2023
1 parent 44a102a commit 16564d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/WingetCreateCore/Common/Serialization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static class Serialization
public static ISerializer CreateSerializer()
{
var serializer = new SerializerBuilder()
.WithQuotingNecessaryStrings()
.WithNamingConvention(PascalCaseNamingConvention.Instance)
.WithTypeConverter(new YamlStringEnumConverter())
.WithEmissionPhaseObjectGraphVisitor(args => new YamlSkipPropertyVisitor(args.InnerVisitor))
Expand Down
2 changes: 1 addition & 1 deletion src/WingetCreateCore/WingetCreateCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="Octokit" Version="0.50.0" />
<PackageReference Include="Vestris.ResourceLib" Version="2.1.0" />
<PackageReference Include="WiX" Version="3.11.2" />
<PackageReference Include="YamlDotNet" Version="11.1.1" />
<PackageReference Include="YamlDotNet" Version="13.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 16564d3

Please sign in to comment.