Skip to content

Update package versions and Python references across multiple .nuspec and YAML files#1413

Open
socketz wants to merge 4 commits intomandiant:mainfrom
socketz:multiple-packages-issues
Open

Update package versions and Python references across multiple .nuspec and YAML files#1413
socketz wants to merge 4 commits intomandiant:mainfrom
socketz:multiple-packages-issues

Conversation

@socketz
Copy link

@socketz socketz commented May 27, 2025

There are many packages with a bad format version specified like this one with a parenthesis:

<dependency id="dotnet-6.0-desktopruntime" version="[6.0.14, 6.1)" />

And it is fixed in all of them for a success execution of CI script that update packages automatically, replacing parenthesis for closing square bracket:

<dependency id="dotnet-6.0-desktopruntime" version="[6.0.14, 6.1]" />

Also I updated some references to python with latest versions.

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