Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Bump Cake.Core from 0.33.0 to 1.0.0 in /src #105

Merged
merged 2 commits into from
Feb 16, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Cake.Core from 0.33.0 to 1.0.0.

Release notes

Sourced from Cake.Core's releases.

v1.0.0

As part of this release we had 76 issues closed.

Breaking changes

Features

Bugs

Improvements

... (truncated)

Changelog

Sourced from Cake.Core's changelog.

New in 1.0.0 (Released 2021/02/07)

  • 3050 Frosting: Rename CakeHost extension from UseTool to InstallTool.
  • 2930 Increase potential breaking change property.
  • 2333 RFC-0001: Rewrite Cake CLI.
  • 2292 Remove obsolete methods and properties.
  • 3020 Migrate to Spectre.Console.
  • 2933 Enable NuGet provider in Frosting.
  • 2874 Merge frosting into main Cake repo.
  • 2883 (Frosting) Add support for .NET 5.
  • 2857 Add support for .NET 5.
  • 2776 Checklist for 1.0.
  • 2755 Add DirectoryHashCalculator.
  • 2199 Add GlobPattern class.
  • 741 Add IsRunningOnMacOs() alias.
  • 3083 Update --tree usage example to match option in the help info.
  • 3069 Don't promote UseWorkingDirectory in Frosting default template.
  • 3029 Add ICakeArguments.GetArgument extension.
  • 3018 Cake displays raw ANSI output after running specific executables.
  • 3009 Make Cake Core CakeDataService Public.
  • 2913 Add overload for DotNetCoreRun.
  • 2908 Future proof .NET [Core] detection.
  • 2897 Add tests for MyGetProvider.
  • 2895 Custom contexts should inherit from CakeContextAdapter.
  • 2877 Add NuGet's Icon setting to NuGetPackSettings.
  • 2870 Add helpers for adding multiple strings to ProcessArgumentBuilder.
  • 2866 Support multiple dotnet test options.
  • 2847 Add new GitHub Actions URL environment variables.
  • 2844 Add missing dotnet test options.
  • 2839 Add support for PublishReadyToRunShowWarnings property in DotNetCorePublish.
  • 2838 Add MakeRelative alias to DirectoryPath and FilePath.
  • 2833 Implicit bootstrapping of modules.
  • 2831 ParseAssemblyInfo does not detect lines with extra spaces.
  • 2886 (Frosting) Support all commands that Cake does.
  • 2825 Add option to ignore tool exit code.
  • 2822 Add support of ReportGenerator global tool.
  • 2820 Add DebuggerStepThroughAttribute to generated code.
  • 2817 Bump dependencies.
  • 2801 Inconsistent NuGet file name case.
  • 2792 Add dotnet nologo options.
  • 2743 Tool resolution for multiple names should be breadth first.
  • 2703 OpenCover is missing hideskipped setting.
  • 2623 DotNetCoreTestSettings Can Have Multiple Logger's.
  • 2595 Misleading output message when trying to install prerelease package with the in-process nuget installer.
  • 2892 (Frosting) Add ANSI console.
  • 2893 (Frosting) Align command line parsing with Cake.
  • 2962 Document breaking changes in 1.0 CLI.
  • 2925 Fix sentences which end with double full stop.
  • 2918 Incorrect link for ReSharper's Open Source webpage in Cake readme.
  • 2894 Remove unnecessary documentation and replace it with .

... (truncated)

Commits
  • d56f42c Merge branch 'release/1.0.0' into main
  • 5728715 (build) Updated version and release notes.
  • e3e497a Merge pull request #3093 from augustoproiete-forks/downgrade-to-spectre-conso...
  • c2e43b8 (GH-3077) Downgrade to Spectre.Console v0.36.0 due to bug in v0.37.0 with OSX...
  • 58c7614 Merge pull request #3062 from augustoproiete-forks/update-metadata-add-new-me...
  • 0412374 (doc) Add Augusto & Nils to author/copyright info
  • 61c671e Merge pull request #3078 from augustoproiete-forks/normalize-tree-usage-examp...
  • 8425b1c Update --tree usage example to match option in the help info
  • 0b3cd18 Merge pull request #3071 from VSerykh/fix/IsDependeeOfAttribute
  • b4b1499 Fix the bug "IsDependeeOf is not working"
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 8, 2021
@pascalberger pascalberger merged commit 9688ba9 into develop Feb 16, 2021
@pascalberger pascalberger deleted the dependabot/nuget/src/Cake.Core-1.0.0 branch February 16, 2021 21:06
@pascalberger pascalberger linked an issue Feb 17, 2021 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build against Cake 1.0
1 participant