Skip to content

Commit

Permalink
Bump Nuke.Components and YamlDotNet (#42)
Browse files Browse the repository at this point in the history
Bumps [Nuke.Components](https://github.com/nuke-build/nuke) and [YamlDotNet](https://github.com/aaubry/YamlDotNet). These dependencies needed to be updated together.

Updates `Nuke.Components` from 8.1.2 to 8.1.4
- [Release notes](https://github.com/nuke-build/nuke/releases)
- [Changelog](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)
- [Commits](nuke-build/nuke@8.1.2...8.1.4)

Updates `YamlDotNet` from 16.1.3 to 16.1.3
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v16.1.3...v16.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent d95169d commit 4452f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageVersion Include="JavaScriptEngineSwitcher.Jurassic" Version="3.24.1" />
<PackageVersion Include="JavaScriptEngineSwitcher.NiL" Version="3.26.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Nuke.Components" Version="8.1.2" />
<PackageVersion Include="Nuke.Components" Version="8.1.4" />
<PackageVersion Include="NUnit" Version="4.2.2" />
<PackageVersion Include="NUnit.Analyzers" Version="4.3.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nuke.Components" Version="8.1.2" />
<PackageReference Include="Nuke.Components" Version="8.1.4" />
<PackageDownload Include="GitVersion.Tool" Version="[5.6.7]" />
<PackageReference Include="YamlDotNet" Version="16.1.3" />
</ItemGroup>
Expand Down

0 comments on commit 4452f29

Please sign in to comment.