Skip to content

Commit

Permalink
Bump Fake.IO.FileSystem, Fake.IO.Zip & Fake.Tools.Git to 6.1.1 (#810)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Sep 23, 2024
1 parent f1b34be commit cb2ef42
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 @@ -29,6 +29,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- 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

## [1.8.0]
### Added
Expand Down Expand Up @@ -222,4 +225,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 @@ -39,9 +39,9 @@

<PackageReference Include="Fake.Core.Environment" Version="6.1.1" />
<PackageReference Include="Fake.Core.SemVer" Version="6.1.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="6.1.0" />
<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="Newtonsoft.Json" Version="13.0.3" />

Expand Down

0 comments on commit cb2ef42

Please sign in to comment.