libcpr / cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.
https://docs.libcpr.org/
Other
6.49k stars 924 forks source link

Nuget Tag Name Fix #913

Closed COM8 closed 1 year ago

COM8 commented 1 year ago

Let's say we are releasing a hotfix version for 1.9.x but there exists already a version 1.10.x. Then the NuGet CI will create a new NuGet package for 1.10.x instead of 1.9.x. This PR resolves that.