Skip to content

Commit

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

* 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 6.1.1 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.1.1...6.1.3)

Updates `Fake.IO.FileSystem` from 6.1.1 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.1.1...6.1.3)

Updates `Fake.Core.Environment` from 6.1.1 to 6.1.3
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.1.1...6.1.3)

---
updated-dependencies:
- dependency-name: Fake.IO.Zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Fake.IO.FileSystem
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Fake.Core.Environment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* 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]>
(cherry picked from commit 3ade7f2)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ad34197 commit 778b2f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.20
- Bumps `Fake.Core.SemVer` from 6.1.0 to 6.1.3
- Bumps `Bogus` from 35.6.0 to 35.6.1
- Bumps `Fake.Core.Environment` from 6.1.0 to 6.1.1
- Bumps `Fake.Core.Environment` from 6.1.0 to 6.1.3
- Bumps `FluentAssertions` from 6.12.0 to 6.12.1
- Bumps `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- Bumps `Microsoft.TestPlatform.ObjectModel` from 17.11.0 to 17.11.1
- Bumps `BenchMarkDotNet` from 0.13.12 to 0.14.0
- Bumps `Fake.IO.FileSystem` from 6.1.0 to 6.1.1
- Bumps `Fake.IO.Zip` from 6.1.0 to 6.1.1
- Bumps `Fake.Tools.Git` from 6.1.0 to 6.1.1
- Bumps `Fake.IO.FileSystem` from 6.1.0 to 6.1.3
- Bumps `Fake.IO.Zip` from 6.1.0 to 6.1.3
- Bumps `Fake.Tools.Git` from 6.1.0 to 6.1.3

## [1.8.0]
### Added
Expand Down Expand Up @@ -209,4 +209,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
8 changes: 4 additions & 4 deletions build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
<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.1.1" />
<PackageReference Include="Fake.Core.Environment" Version="6.1.3" />
<PackageReference Include="Fake.Core.SemVer" Version="6.1.3" />
<PackageReference Include="Fake.IO.FileSystem" Version="6.1.1" />
<PackageReference Include="Fake.IO.Zip" Version="6.1.1" />
<PackageReference Include="Fake.Tools.Git" Version="6.1.1" />
<PackageReference Include="Fake.IO.FileSystem" Version="6.1.3" />
<PackageReference Include="Fake.IO.Zip" Version="6.1.3" />
<PackageReference Include="Fake.Tools.Git" Version="6.1.3" />

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

Expand Down

0 comments on commit 778b2f9

Please sign in to comment.