Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add <PACKAGEVERSION> token #4494

Open
Trenly opened this issue May 18, 2024 · 0 comments
Open

Add <PACKAGEVERSION> token #4494

Trenly opened this issue May 18, 2024 · 0 comments
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.

Comments

@Trenly
Copy link
Contributor

Trenly commented May 18, 2024

Description of the new feature / enhancement

With .zip installers, there are many instances where the relative file path to the exe or installer file between versions only changes based upon the version number. It would be useful if a token could be specified as part of the relative file path which is replaced with the package version.

This could also be useful for InstallationMetadata

A final use case could also be in URLs like ReleaseNotesUrl

Proposed technical implementation details

RelativeFilePath: .\setup\Package.1.2.3.exe => RelativeFilePath: .\setup\Package.<PACKAGEVERSION>.exe

@Trenly Trenly added the Issue-Feature This is a feature request for the Windows Package Manager client. label May 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label May 18, 2024
@denelon denelon removed the Needs-Triage Issue need to be triaged label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

No branches or pull requests

2 participants