-
Notifications
You must be signed in to change notification settings - Fork 706
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
v2 Nuget package numbering has reset somehow #3779
Comments
Arrrg. I'll try to figure this out. Sorry about that. |
To be clear, this is for v2_develop. IMO if folks are referencing v2 via Nuget they should be using v2_release builds. And I need to merge to v2_release more often. |
@tig Just to clarify
By |
Please consider unlisting the old package versions |
The most recent designer compatible v2 release is still 2203 A better approach would just be bumping, build version number, and release. I will start the work of bringing TGD up to date with latest v2 breaking changes. |
It took me longer than I care to admit to notice that I was working with an old version. Bumping the version to 2.0.0-v2-develop.3xxx should fix NuGet and IDEs. |
@tig can we just push a tag to bump the version e.g.
|
Looks like removing gitversion might be the easiest solution, if it could take more time to find out how to make it behave. I also vote for prioritising solving this issue if it counts. |
I think I know what I did. Should be a one time thing. I'll delist it asap. |
Fixed. https://www.nuget.org/packages/Terminal.Gui I need to remember to run If this happens agan, I need to do git tag v2.0.0-develop.4375 -a -m " v2.0.0-develop.4375"
git push --tags upstream v2_develop |
Describe the bug
Nuget shows latest v2 package as 2329 1 month ago but also 12 days ago we have 526
Surely the latest should be the highest number?
The text was updated successfully, but these errors were encountered: