microsoft / artifacts-credprovider

The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
MIT License
759 stars 707 forks source link

Standardize versions in project files #440

Closed JohnSchmeichel closed 1 year ago

JohnSchmeichel commented 1 year ago

Adds a target to output the computed version for each project, and attempts to standardize how versions are composed. Specifically the project system supports automatically computing Version/PackageVersion/etc. with the right values if VersionPrefix and VersionSuffix are specified (different outputs have separate requirements for what formats are supported).