✅ how do i update my nuget package?
google thinks i want to update it in my project, which i do also want to do on the command line, but how do i publish a new version of my nuget package?
10 Replies
is it dependent on my github repository? in which i can just publish new changes there and fix everything
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered
so pack it again and change the version, essentially
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
so since im only bug fixing how the half move clock works and adding some other checks like insufficient material, should i change it to v1.0.1 or should it be v1.1.0
the first one since its a patch fix, right?
👍🏽
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
i used
dotnet pack
like this:
but i dont know how to publish it to nugetUnknown User•3mo ago
Message Not Public
Sign In & Join Server To View
got it done
dw