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

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11060
Author: @miniksa
Created: 8/26/2021
Status: Merged
Merged: 8/26/2021
Merged by: @miniksa

Base: mainHead: dev/miniksa/pgo_version


📝 Commits (1)

  • 9736b2d fix version specification because nuget only likes dashes.

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 tools/PGODatabase/version.ps1 (+2 -2)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11060 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 8/26/2021 **Status:** ✅ Merged **Merged:** 8/26/2021 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `main` ← **Head:** `dev/miniksa/pgo_version` --- ### 📝 Commits (1) - [`9736b2d`](https://github.com/microsoft/terminal/commit/9736b2dede4d0f0328f0d67f32052eab84db62fb) fix version specification because nuget only likes dashes. ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tools/PGODatabase/version.ps1` (+2 -2) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:28:11 +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#28385