Skip to content

Commit

Permalink
Bump SharpYaml from 2.1.0 to 2.1.1 (#544) (#548)
Browse files Browse the repository at this point in the history
* Bump SharpYaml from 2.1.0 to 2.1.1

Bumps [SharpYaml](https://github.com/xoofx/SharpYaml) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/xoofx/SharpYaml/releases)
- [Changelog](https://github.com/xoofx/SharpYaml/blob/master/changelog.md)
- [Commits](xoofx/SharpYaml@2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: SharpYaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ab5a553)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e8de25d commit 34fd277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Bullseye` from 4.2.1 to 5.0.0
- Bumps `BenchMarkDotNet` from 0.13.11 to 0.13.12
- Bumps `Microsoft.TestPlatform.ObjectModel` from 17.8.0 to 17.9.0
- Bumps `SharpYaml` from 2.1.0 to 2.1.1

## [1.6.0]
### Added
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.YamlRunner/Tests.YamlRunner.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="FSharp.Data" Version="6.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="SharpYaml" Version="2.1.0" />
<PackageReference Include="SharpYaml" Version="2.1.1" />
<PackageReference Include="ShellProgressBar" Version="5.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 34fd277

Please sign in to comment.