Skip to content

Commit

Permalink
Bump Nuke.Common from 6.1.1 to 6.1.2 in /build/nuke (#919)
Browse files Browse the repository at this point in the history
* Bump Nuke.Common from 6.1.1 to 6.1.2 in /build/nuke

Bumps [Nuke.Common](https://github.com/nuke-build/nuke) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/nuke-build/nuke/releases)
- [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
- [Commits](nuke-build/nuke@6.1.1...6.1.2)

---
updated-dependencies:
- dependency-name: Nuke.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update dotnet-tools.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Pająk <[email protected]>
  • Loading branch information
dependabot[bot] and pellared authored Jul 4, 2022
1 parent 77998bd commit 9870927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"nuke.globaltool": {
"version": "6.1.1",
"version": "6.1.2",
"commands": [
"nuke"
]
Expand Down
2 changes: 1 addition & 1 deletion build/nuke/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="6.1.1" />
<PackageReference Include="Nuke.Common" Version="6.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9870927

Please sign in to comment.