Skip to content

Commit

Permalink
Bump Fake.IO.Zip, Fake.IO.FileSystem and Fake.Core.Environment
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 30, 2024
1 parent 1cd1ce1 commit f71e2b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,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.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.IO.FileSystem" Version="6.1.3" />
<PackageReference Include="Fake.IO.Zip" Version="6.1.3" />
<PackageReference Include="Fake.Tools.Git" Version="6.1.1" />

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

0 comments on commit f71e2b8

Please sign in to comment.