Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2025

This PR contains the following updates:

Package Change Age Confidence Manager Type Update
cake.tool (source) 5.0.0 -> 5.1.0 age confidence nuget nuget minor
dotnet-sdk 9.0.202 -> 9.0.305 age confidence regex action patch

Release Notes

cake-build/cake (cake.tool)

v5.1.0

Compare Source

Feature

  • #​4539 Add Woodpecker CI Support.
  • #​4436 Add support for capturing MSBuild properties, items and target results.
  • #​4431 Add property for GitLab's "Pipeline Source" to GitLabCIBuildInfo.
  • #​4418 GitLab Server url should be available in GitLabCIServerInfo.
  • #​4416 Make Merge Request source and target branch available in GitLabCIPullRequestInfo.
  • #​4401 Add DotNetSlnRemove alias for dotnet sln remove command.
  • #​4584 Update Spectre.Console to 0.51.1.
  • #​4583 Update Newtonsoft.Json to 13.0.4.
  • #​4582 Update Microsoft.Extensions.DependencyInjection to 9.0.9.
  • #​4581 Update System.* to 9.0.9.
  • #​4549 Update Basic.Reference.Assemblies.Net90 to 1.8.3.
  • #​4548 Update Basic.Reference.Assemblies.Net80 to 1.8.3.
  • #​4547 Update Autofac to 8.4.0.
  • #​4546 Update Microsoft.IdentityModel.JsonWebTokens to 8.14.0.
  • #​4545 Update Microsoft.Extensions.DependencyInjection to 9.0.8.
  • #​4544 Update System.Reflection.Metadata to 9.0.8.
  • #​4543 Update System.Collections.Immutable to 9.0.8.
  • #​4542 Update System.Security.Cryptography.Pkcs to 9.0.8.
  • #​4529 Update System.Reflection.Metadata 9.0.7.
  • #​4528 Update System.Collections.Immutable to 9.0.7.
  • #​4527 Update System.Security.Cryptography.Pkcs to 9.0.7.
  • #​4526 Update Microsoft.Extensions.DependencyInjection to 9.0.7.
  • #​4523 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.1.
  • #​4510 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.0.
  • #​4509 Update Basic.Reference.Assemblies.Net* to 1.8.2.
  • #​4505 Update Basic.Reference.Assemblies.Net* to 1.8.1.
  • #​4497 Cake.Testing.Xunit.v3 should not reference xunit.v3.
  • #​4493 Update Spectre.Console to 0.50.0.
  • #​4492 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.14.0.
  • #​4491 Update System.Reflection.Metadata to 9.0.5.
  • #​4490 Update System.Collections.Immutable to 9.0.5.
  • #​4489 Update Autofac to 8.3.0.
  • #​4488 Update Microsoft.Extensions.DependencyInjection to 9.0.5.
  • #​4483 Update System.Security.Cryptography.Pkcs to 9.0.5.
  • #​4482 Update Microsoft.IdentityModel.JsonWebTokens to 8.11.0.
  • #​4481 Update NuGet.* to 6.14.0.
  • #​4471 Improve script caching behavior.
  • #​4440 Update Basic.Reference.Assemblies.Net80 to 1.8.0.
  • #​4426 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.12.0.
  • #​4425 Update NuGet.* to 6.12.1.
  • #​4421 Update Microsoft.IdentityModel.JsonWebTokens to 8.3.0.
  • #​4420 Update Autofac to 8.2.0.
  • #​4412 NuGet 6.9 renamed no-cache to no-http-cache and deprecated the old setting name.
  • #​4407 SignTool missing the /kc and /csp parameters. .
  • #​4399 Refactor DotNetAliases: Extract methods into a separate partial class.
  • #​4478 Failed to install addin when running from Windows powershell.exe.
  • #​4475 Script execution does not always show a report summary.
  • #​4410 AzurePipelinesPullRequestInfo fails to detect if build is running in the context of a GitHub Pull Request.
  • #​4286 DotNetToolRunner doesn't support empty space at tool path.
dotnet/sdk (dotnet-sdk)

v9.0.305: .NET 9.0.9

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v9.0.304...v9.0.305

v9.0.304

Compare Source

v9.0.303

Compare Source

v9.0.302

Compare Source

v9.0.301

Compare Source

Bug Fixes

  • Prevent Solution Folders Outside Solution Directory
    The sln-add command now avoids adding solution folders that are outside the scope of the solution directory, ensuring better project organization and preventing accidental inclusion of unrelated folders.
    #​48611

  • Static Web Assets Clean-up Improvement
    Static web asset cache files are now properly tracked and deleted during the clean operation, preventing leftover files from cluttering the build output.
    #​48984

Technical Improvements

  • Ignore .slnx Files
    The SDK now ignores .slnx files, reducing noise and potential confusion in solution management workflows.
    #​48729

  • Update Test Template Translations
    Test templates have updated translations, improving localization and making the SDK more accessible to non-English users.
    #​48902

  • Localized File Check-in
    Automated localization updates have been applied, ensuring that the latest translations are included for a better global user experience.
    #​48907

  • Merging Internal Commits for Release Branch
    Internal commits have been merged into the release/9.0.3xx branch, ensuring that all recent improvements and fixes are included in this release.
    #​48931

Infrastructure

  • Rename CI Workflow File
    The continuous integration workflow file has been renamed from ci.yml to sb-ci.yml to improve clarity and maintain consistency in build automation scripts.
    #​48955

  • Update Build Triggers
    Build triggers have been updated to only target the release/9.0.1xx branch, streamlining the CI process and reducing unnecessary builds.
    #​48960

  • Automated Branch Merge
    The release/9.0.2xx branch has been automatically merged into release/9.0.3xx, ensuring that all relevant changes are synchronized across release branches.
    #​48856

Dependency Updates

  • dotnet/templating

  • dotnet/razor

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, ensuring the latest Razor tooling and runtime features are included.
      #​48833, #​48731, #​48989, #​49029
  • dotnet/msbuild

    • Updated dependencies for release/9.0.3xx, providing the latest MSBuild enhancements and bug fixes.
      #​48787
  • dotnet/arcade

  • dotnet/scenario-tests

  • dotnet/roslyn

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, bringing in the latest C# and VB compiler improvements.
      #​48751, #​48895, #​48937
  • dotnet/fsharp

    • Updated dependencies for release/9.0.3xx, ensuring the latest F# language features and fixes are available.
      #​48760

Miscellaneous

  • Update Branding to 9.0.301 and 9.0.205
    The SDK branding has been updated to reflect versions 9.0.301 and 9.0.205, ensuring accurate versioning and identification for this release.
    #​48852, #​48851

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.300...v9.0.301

v9.0.300: .NET 9.0.5

Compare Source

Release

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from gitfool as a code owner April 9, 2025 17:25
@renovate renovate bot added the dependencies Changes that only affect dependencies label Apr 9, 2025
@renovate renovate bot force-pushed the renovate/minor branch from 4d84bbc to fd91bac Compare May 14, 2025 17:25
@renovate renovate bot changed the title Bump dependency dotnet-sdk to v9.0.203 Bump dependency dotnet-sdk to v9.0.300 May 14, 2025
@renovate renovate bot force-pushed the renovate/minor branch from fd91bac to c2f42fb Compare June 11, 2025 06:06
@renovate renovate bot changed the title Bump dependency dotnet-sdk to v9.0.300 Bump dependency dotnet-sdk to v9.0.301 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/minor branch from c2f42fb to 2559c5b Compare July 9, 2025 12:58
@renovate renovate bot changed the title Bump dependency dotnet-sdk to v9.0.301 Bump dependency dotnet-sdk to v9.0.302 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/minor branch from 2559c5b to 03b881e Compare July 18, 2025 04:58
@renovate renovate bot changed the title Bump dependency dotnet-sdk to v9.0.302 Bump dependency dotnet-sdk to v9.0.303 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/minor branch from 03b881e to 1b4fa1f Compare August 6, 2025 02:03
@renovate renovate bot changed the title Bump dependency dotnet-sdk to v9.0.303 Bump dependency dotnet-sdk to v9.0.304 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/minor branch from 1b4fa1f to 29f19f1 Compare August 11, 2025 14:07
@renovate renovate bot changed the title Bump dependency dotnet-sdk to v9.0.304 Bump dependencies Aug 11, 2025
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 59086cc to 7ed8536 Compare September 9, 2025 21:06
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from baf14c2 to 4b5609d Compare October 10, 2025 05:07
@gitfool gitfool merged commit e5c60f7 into main Oct 10, 2025
4 checks passed
@gitfool gitfool deleted the renovate/minor branch October 10, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes that only affect dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants