Skip to content

Commit

Permalink
Update YamlDotNet from 15.1.2 to 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Jul 29, 2024
1 parent ebe4b6b commit e52204c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Release notes

### Unreleased

* **Breaking:** Updated YamlDotNet from 15.1.2 to 16.0.0.
See [this page](https://github.com/aaubry/YamlDotNet/releases/tag/v16.0.0) for breaking changes.
* Updated FSharp.SystemTextJson from 1.2.42 to 1.3.13

### 1.3.12 (2024-05-22)
Expand Down
2 changes: 1 addition & 1 deletion src/Faqt/Faqt.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PackageReference Update="FSharp.Core" Version="7.0.400" />
<PackageReference Include="FracturedJson" Version="4.0.2" />
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.13" />
<PackageReference Include="YamlDotNet" Version="15.1.2" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
</ItemGroup>

</Project>

0 comments on commit e52204c

Please sign in to comment.