Skip to content

Prepare clean v2.1.1 JOSS release#140

Merged
HadenSmith merged 2 commits into
mainfrom
bug-fixes-and-enhancements
Jun 17, 2026
Merged

Prepare clean v2.1.1 JOSS release#140
HadenSmith merged 2 commits into
mainfrom
bug-fixes-and-enhancements

Conversation

@HadenSmith

Copy link
Copy Markdown
Collaborator

Summary

  • Inline the release workflow so the VSTest connection timeout can be increased for release builds.
  • Refresh package, citation, CodeMeta, and README metadata for the v2.1.1 JOSS release.
  • Update snapshot package base version to the next development patch line.

Details

The previous release job timed out while vstest.console was connecting to the testhost process, even though the test runs eventually completed successfully. The reusable release workflow does not expose a timeout input, so this PR mirrors that workflow locally and sets VSTEST_CONNECTION_TIMEOUT=600 for the release test step.

This also cleans up stale 2.0.0 metadata and avoids hard-coding a Zenodo DOI before the v2.1.1 archive exists; the README uses Zenodo's latest-DOI repository badge instead.

Validation

  • dotnet build Numerics/Numerics.csproj -c Release /p:Version=2.1.1
  • dotnet test -c Release with VSTEST_CONNECTION_TIMEOUT=600
  • dotnet pack Numerics/Numerics.csproj -c Release /p:Version=2.1.1 --no-build -o ./packages

@HadenSmith HadenSmith merged commit 92fa2f4 into main Jun 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant