Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
WI00764279 -- NCN Diagrams Move wtg.blazor.diagrams to nuget.org #44
WI00764279 -- NCN Diagrams Move wtg.blazor.diagrams to nuget.org #44
Changes from all commits
dd5ca1e
fa33bfe
467a347
475b8ad
c990435
4392197
87fe8e3
72068a7
16f2898
70c2df8
3ff95b1
56e41c7
029cbff
4686bf5
03b3819
5e9437c
1fd8415
227fad9
2f6e70e
4737280
2b7df6a
e7352b9
1cf9029
9c30c92
13eb146
4a72b68
227ee25
4275541
45f1675
225b54d
1fe18c6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can we ensure that we start with version 4.0.18 in nuget.org?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this, we'd likely need a seperate github action where we can specify the version with a tag. However, I have tested that it does pick out the next version as 4.0.18, and merging to master should result in version 4.0.18.
Ref: https://github.com/WiseTechGlobal/Blazor.Diagrams/actions/runs/9801236216/job/27064259461
Specifically in the Get next version step we have
The new version is 4.0.18-pre.9c30c92
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Here, it sorts the tags we have on GitHub and picks the last one. That is why it works out of the box.