Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 23:36
· 6 commits to main since this release
1b0d112

Added

  • Tools install from source. The dotnet-tool workflow gains an install job: it builds, packs, and installs the tool globally from the working tree, so no feed is needed to try a build. A version that's already installed stops the job early; --force reinstalls it.
  • Package metadata is checked. check and deploy now fail when a shipped package is missing a description, readme, or license — the gaps NuGet only warns about after the push.
  • Report sections share a vocabulary. SectionName is a value object for the sections of the workflow report.

Fixed

  • Every package carries the readme. The engine and domain packages now pack the repository readme, so their NuGet pages aren't bare.