Skip to content

Commit

Permalink
Bump Fake.IO.Zip, Fake.IO.FileSystem and Fake.Core.Environment (#749)
Browse files Browse the repository at this point in the history
* Bump Fake.IO.Zip, Fake.IO.FileSystem and Fake.Core.Environment

Bumps [Fake.IO.Zip](https://github.com/fsprojects/Fake), [Fake.IO.FileSystem](https://github.com/fsprojects/Fake) and [Fake.Core.Environment](https://github.com/fsprojects/Fake). These dependencies needed to be updated together.

Updates `Fake.IO.Zip` 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)

Updates `Fake.IO.FileSystem` from 6.0.0 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)

Updates `Fake.Core.Environment` from 6.0.0 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.IO.Zip
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Fake.Core.Environment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update changelog

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Farr <[email protected]>
  • Loading branch information
dependabot[bot] and Xtansia authored Aug 12, 2024
1 parent d8d2819 commit 3aa052b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `JetBrains.Annotations` from 2023.3.0 to 2024.2.0
- Bumps `JunitXml.TestLogger` from 3.1.12 to 4.0.254
- Bumps `Fake.Core.SemVer` from 6.0.0 to 6.1.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

## [1.7.1]
### Fixed
Expand Down Expand Up @@ -201,4 +204,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
6 changes: 3 additions & 3 deletions build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
<PackageReference Include="Bullseye" Version="5.0.0" />
<ProjectReference Include="$(SolutionRoot)\abstractions\src\OpenSearch.OpenSearch.Managed\OpenSearch.OpenSearch.Managed.csproj" />

<PackageReference Include="Fake.Core.Environment" Version="6.0.0" />
<PackageReference Include="Fake.Core.Environment" Version="6.1.0" />
<PackageReference Include="Fake.Core.SemVer" Version="6.1.0" />
<PackageReference Include="Fake.IO.FileSystem" Version="6.0.0" />
<PackageReference Include="Fake.IO.Zip" Version="5.23.1" />
<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="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit 3aa052b

Please sign in to comment.