[PR #11060] Fix version specification because nuget only likes dashes #28390

Open
opened 2026-01-31 09:28:12 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/11060

State: closed
Merged: Yes


Fix version specification because nuget only likes dashes.

We had an old edition of this script that was using underscores as the safe character, but that's not valid for SemVer.

This uses dash instead which is valid.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/11060 **State:** closed **Merged:** Yes --- Fix version specification because nuget only likes dashes. We had an old edition of this script that was using underscores as the safe character, but that's not valid for SemVer. This uses dash instead which is valid.
claunia added the pull-request label 2026-01-31 09:28:12 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28390