Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:17

Changed

  • publish-nuget.yml now creates a GitHub Release and verifies the artifact before publishing.
    A git tag is not a GitHub Release, and nothing was creating one — so tagged versions published to
    NuGet without a corresponding Release (v1.3.0 had to be backfilled by hand). The release job now:
    (1) fails the build if the packed .nupkg is missing .mcp/server.json or its embedded version
    doesn't match the tag — a guard that would have caught the original dnx-fetches-1.0.0 bug at
    the source rather than in the wild; and (2) after a successful NuGet push, creates (or heals) the
    matching GitHub Release with notes extracted from this CHANGELOG and the .nupkg attached.

Dependencies

  • Microsoft.ML.Tokenizers and Microsoft.ML.Tokenizers.Data.Cl100kBase 1.0.32.0.0
    (RoselineMCP.TokenBenchmark only — not part of the shipped package) (#76)
  • Website: astro 5.x7.0.0 (#77) and CI Node 2024 (#75)
  • actions/upload-pages-artifact action 45 (#74)