Skip to content

Commit

Permalink
Bump Fake.Core.SemVer from 6.1.0 to 6.1.1 (opensearch-project#780)
Browse files Browse the repository at this point in the history
* Bump Fake.Core.SemVer from 6.1.0 to 6.1.1

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

Signed-off-by: Thomas Farr <tsfarr@amazon.com>
---
updated-dependencies:
- dependency-name: Fake.Core.SemVer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 caf21c9)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Sep 2, 2024
1 parent 4517c94 commit a0f4038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `YamlDotNet` from 16.0.0 to 16.1.0
- Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.13
- Bumps `Fake.Core.SemVer` from 6.1.0 to 6.1.1

## [1.8.0]
### Added
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ProjectReference Include="$(SolutionRoot)\abstractions\src\OpenSearch.OpenSearch.Managed\OpenSearch.OpenSearch.Managed.csproj" />

<PackageReference Include="Fake.Core.Environment" Version="6.1.0" />
<PackageReference Include="Fake.Core.SemVer" Version="6.1.0" />
<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" />
Expand Down

0 comments on commit a0f4038

Please sign in to comment.