jonathanpeppers / boots

boots is a .NET global tool for "bootstrapping" vsix & pkg files. Just "boots https://url/to/your/package"!
MIT License
86 stars 9 forks source link

Bump Cake.Core from 1.2.0 to 1.3.0 #96

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Cake.Core from 1.2.0 to 1.3.0.

Release notes

Sourced from Cake.Core's releases.

v1.3.0

As part of this release we had 28 issues closed.

Feature

Improvements

Bugs

Documentation

Build

Pull requests were reviewed by: @​augustoproiete, @​devlead, @​gep13, @​nils-a, @​pascalberger, @​patriksvensson

... (truncated)

Changelog

Sourced from Cake.Core's changelog.

New in 1.3.0 (Released 2021/10/07)

  • 3469 Add support for .NET 6
  • 3493 .NET CLI Build Binary log filenames aren't quoted correctly
  • 3477 parsing of solution files with absolute paths to projects throws exception
  • 3455 NuGet Resolver native dependencies fails on latest macOS
  • 3352 Cake Frosting Parent DirectoryPath Fails To Combine with Slash
  • 3291 Unable to retrieve target argument with Frosting
  • 2048 DotNetCoreToolSettings.WorkingDirectory is not respected when running DotNetCoreTool
  • 3521 Update Microsoft.NETCore.Platforms to 6.0.0-rc.1.21451.13
  • 3519 Update Spectre.Console to 0.42.0
  • 3503 Add NuGet Sources argument to DotNetCoreTestSettings
  • 3502 Add NuGet Sources argument to DotNetCoreRunSettings
  • 3501 Add NuGet Sources argument to DotNetCorePackSettings
  • 3464 Support MSBuild version 17
  • 3452 Missing option in InspectCodeSettings: --build and --no-build flags
  • 3449 Add Version, AssemblyVersion, FileVersion, and AssemblyInformationalVersion properties to DotNetCoreMSBuildSettings
  • 3447 Add ContinuousIntegrationBuild to DotNetCoreMSBuildSettings
  • 3445 Highlight failed tasks on summary when Error handler is defined
  • 3237 Allow setting MSBuildToolVersion using custom string - Part 1
  • 3065 Add DOTNET_ROLL_FORWARD setting to DotNetCoreSettings
  • 2165 DotNetCore Build misses Sources settings
  • 2104 Make possibility to set Process Exit Code
  • 1882 DeleteDirectory throws exception if directory doesn't exist
  • 3515 Add a simple README to the packages to be shown on NuGet.org
  • 3466 Fix two typos in GitReleaseManagerAliases documentation
Commits
  • c0364c3 Merge branch 'release/1.3.0'
  • 489ae3c (build) Updated version and release notes.
  • 77c2a6b Merge pull request #3353 from augustoproiete-forks/add-dirpath-plus-convdirpa...
  • 83d3f86 (#3352) Add (DirectoryPath + ConvertableDirectoryPath) operator to Convertabl...
  • f033c46 Merge pull request #3522 from devlead/feature/gh-3521
  • a97ffe6 (GH-3521) Update Microsoft.NETCore.Platforms to 6.0.0-rc.1.21451.13
  • c38ca1c Merge pull request #3520 from devlead/feature/gh-3519
  • 3bd168e (GH-3519) Update Spectre.Console to 0.42.0
  • 9c6683f Merge pull request #3500 from kashifsoofi/#2048-Respect-WorkingDirectory
  • 85e9130 (#2048) Respect DotNetCoreToolSettings.WorkingDirectory if set
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
jonathanpeppers commented 3 years ago

@dependabot merge