[PR #128] [MERGED] Be more flexible about the package version #246

Closed
opened 2026-01-29 16:31:34 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/128
Author: @qmfrederik
Created: 11/22/2019
Status: Merged
Merged: 11/22/2019
Merged by: @qmfrederik

Base: masterHead: fixes/tool-version


📝 Commits (1)

  • 699dec5 Be more flexible about the package version

📊 Changes

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

View changed files

📝 dotnet-rpm/PackagingRunner.cs (+3 -1)

📄 Description

The version number currently always includes the Git commit ID. This is not present for released package versions, resulting in build warnings.

Use a wildcard instead, this should work for both prerelease and released versions.


🔄 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/quamotion/dotnet-packaging/pull/128 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 11/22/2019 **Status:** ✅ Merged **Merged:** 11/22/2019 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `fixes/tool-version` --- ### 📝 Commits (1) - [`699dec5`](https://github.com/quamotion/dotnet-packaging/commit/699dec5bb5d97455404cbad1862f9acbe0949228) Be more flexible about the package version ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `dotnet-rpm/PackagingRunner.cs` (+3 -1) </details> ### 📄 Description The version number currently always includes the Git commit ID. This is not present for released package versions, resulting in build warnings. Use a wildcard instead, this should work for both prerelease and released versions. --- <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-29 16:31:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#246