Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cake 4.1.0 #195372

Merged
merged 2 commits into from
Oct 24, 2024
Merged

cake 4.1.0 #195372

merged 2 commits into from
Oct 24, 2024

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
As part of this release we had [39 issues](https://github.com/cake-build/cake/milestone/90?closed=1) closed.

Features

  • #4224 Add DotNetListPackage alias for dotnet list package command
  • #4282 Add DotNetAddReference alias for dotnet add reference command
  • #4334 Add DotNetSearchPackage Alias for dotnet package search
  • #4352 Add DotNetRemoveReference alias for dotnet remove reference command
  • #4353 Add DotNetListReference alias for dotnet list reference command

Improvements

  • #4274 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.8.0
  • #4276 Update NuGet.* to 6.8.0
  • #4278 Update Spectre.Console to 0.49.1
  • #4299 Update NuGet.Packaging to 6.8.1
  • #4300 Update NuGet.* to 6.9.1
  • #4301 Update xunit to 2.7.0
  • #4302 Update Verify.Xunit to 23.5.2
  • #4303 Update Microsoft.NET.Test.Sdk to 17.9.0
  • #4304 Update Basic.Reference.Assemblies.* to 1.5.0
  • #4305 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.9.2
  • #4306 Update Autofac to 8.0.0
  • #4322 FakeFileSystem throws on linux, when it is created on a Windows FakeEnvironment
  • #4331 GitHubActionCommand UploadArtifact is not using the latest @v4 Version.
  • #4335 Add ReportGenerator missing markdown report types
  • #4340 Update NuGet.* to 6.11.0
  • #4341 Update Autofac to 8.1.0
  • #4342 Update Basic.Reference.Assemblies.* to 1.7.9
  • #4343 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.11.0
  • #4349 GitHubActionCommand DownloadArtifact is not using the latest @v4 Version
  • #4351 Use NuGet Client built-in Settings Utility to Get Enabled Sources
  • #4355 Different target argument values depending on specifying --target or --Target
  • #4358 Update Autofac to 8.1.1
  • #4359 Update Microsoft.IdentityModel.JsonWebTokens to 8.1.2
  • #4362 Update NuGet.* to 6.11.1
  • #4363 Update System.Reflection.Metadata to 8.0.1
  • #4364 Update Microsoft.Extensions.DependencyInjection to 8.0.1

SHA256 Hashes of the release artifacts

  • 80c2d8d4c09e9dd6a059bbc4208c573eb21be459a68c5ea14b8b78de5664efa5 Cake.Cli.4.1.0.nupkg

  • c38423b4878262c47a093b23dc4c9e9aeebb8a04a9f640ba84be23b055affc9d Cake.Common.4.1.0.nupkg

  • c41dea4a10a071564685bbc6258c57c7b5be651794059c7bc9eb784c566635b1 Cake.Core.4.1.0.nupkg

  • fc7140c5886eb9b6c161c49aeb17052f0f99b6ea31cf139dd3a97f4c4973b73d Cake.DotNetTool.Module.4.1.0.nupkg

  • 82de649c5abb912c4170f36e691218bd7656349ec8a034a651dc07e4fb352e2e Cake.DotNetTool.Module.4.1.0.snupkg

  • 11bcb1c9c4cb1c3ad70954454ca6dfc59a9cfa362e7f5fd73c4986d46f3c7b29 Cake.Frosting.4.1.0.nupkg

  • dd98a55415f829f8fd4094819001f92c990e0b7f21e85ae3f06d24ce6bed76f5 Cake.Frosting.Template.4.1.0.nupkg

  • 928f55edc1ab8e88d5f9a9aa21e556a271c8126cf713d97ff7f9fba9496471d4 Cake.NuGet.4.1.0.nupkg

  • 523b07744d5b4bda0496cba40bc0a85748a303229d4563aa8f72a61bc5acd332 Cake.Testing.4.1.0.nupkg

  • f0f8db49ffcd1046a83ae0971657f915a10afb671c9c8111e074d8108e2a921c Cake.Testing.Xunit.4.1.0.nupkg

  • a1bcb71d7c9e1e17ab4b30646cda2c59120cdd894314dc0f5fe10c406dd6ed11 Cake.Tool.4.1.0.nupkg

@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` dotnet .NET use is a significant feature of the PR or issue labels Oct 23, 2024
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request autobump labels Oct 23, 2024
@chenrui333
Copy link
Member Author

  ==> dotnet publish src/Cake --configuration Release --framework net8.0 --output /opt/homebrew/Cellar/cake/4.1.0/libexec --runtime osx-arm64 --no-self-contained /p:Version=4.1.0
  The command could not be loaded, possibly because:
    * You intended to execute a .NET application:
        The application 'publish' does not exist.
    * You intended to execute a .NET SDK command:
        A compatible .NET SDK was not found.
  
  Requested SDK version: 8.0.403
  global.json file: /private/tmp/cake-20241023-5980-nleyt3/cake-4.1.0/global.json
  
  Installed SDKs:
  
  Install the [8.0.403] .NET SDK or update [/private/tmp/cake-20241023-5980-nleyt3/cake-4.1.0/global.json] to match an installed SDK.
  
  Learn about SDK resolution:
  https://aka.ms/dotnet/sdk-not-found
  8.0.108 [/opt/homebrew/Cellar/dotnet/8.0.8_1/libexec/sdk]

autobump: add cake

Signed-off-by: Rui Chen <rui@chenrui.dev>

cake: remove build patches

Signed-off-by: Rui Chen <rui@chenrui.dev>

cake: add dotnet sdk build patch

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 removed the automerge-skip `brew pr-automerge` will skip this pull request label Oct 23, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 24, 2024
@BrewTestBot BrewTestBot enabled auto-merge October 24, 2024 07:48
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 24, 2024
Merged via the queue into master with commit 9587644 Oct 24, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-cake-4.1.0 branch October 24, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. dotnet .NET use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants