Skip to content

Commit

Permalink
Bump Fake.Tools.Git from 5.23.1 to 6.1.0 (#761) (#763)
Browse files Browse the repository at this point in the history
* Bump Fake.Tools.Git from 5.23.1 to 6.1.0

Bumps [Fake.Tools.Git](https://github.com/fsprojects/Fake) from 5.23.1 to 6.1.0.
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/fsprojects/Fake/commits)

---
updated-dependencies:
- dependency-name: Fake.Tools.Git
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 d1db743)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 67baf95 commit 05e7d77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Fake.Core.Environment` from 6.0.0 to 6.1.0
- Bumps `Fake.IO.FileSystem` from 6.0.0 to 6.1.0
- Bumps `Fake.IO.Zip` from 5.23.1 to 6.1.0
- Bumps `Fake.Tools.Git` from 5.23.1 to 6.1.0

## [1.7.1]
### Fixed
Expand Down Expand Up @@ -189,4 +190,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
[1.6.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0
[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="Fake.Core.SemVer" Version="6.1.0" />
<PackageReference Include="Fake.IO.FileSystem" Version="6.1.0" />
<PackageReference Include="Fake.IO.Zip" Version="6.1.0" />
<PackageReference Include="Fake.Tools.Git" Version="5.23.1" />
<PackageReference Include="Fake.Tools.Git" Version="6.1.0" />

<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

Expand Down

0 comments on commit 05e7d77

Please sign in to comment.