Skip to content

Choose a tag to compare

@lmvysakh lmvysakh released this 26 Jun 02:40
· 9 commits to main since this release
Immutable release. Only release title and notes can be modified.
26b0ec1

What's Changed

Enhancements

The action now validates the sdk.version field in global.json when rollForward is specified. The version must be a fully-qualified SDK version (e.g., 8.0.100, 10.0.100). Wildcard versions (e.g., 10.0.*) and runtime-style versions (e.g., 8.0.0) will now fail. See the .NET SDK version specification for details.

Documentation

  • Docs(action): Explicitly mark all optional inputs with required: false by @kranthipoturaju in #737

Bug Fixes

Dependency Updates

  • Upgrade @actions/cache to 5.1.0, log cache write denied by @jasongin in #746

New Contributors

Full Changelog: v5.3.0...v5.4.0