Skip to content

Commit

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

Bumps [Nuke.Common](https://github.com/nuke-build/nuke) from 6.1.2 to 6.2.1.
- [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.2...6.2.1)

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

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

* update nuke in dotnet-tools

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
  • Loading branch information
3 people authored Aug 23, 2022
1 parent 7c36c7c commit 0723264
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.2",
"version": "6.2.1",
"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.2" />
<PackageReference Include="Nuke.Common" Version="6.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0723264

Please sign in to comment.