C
C#•8mo ago
slowly losing it

āœ… 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
slowly losing it
slowly losing itOP•8mo ago
is it dependent on my github repository? in which i can just publish new changes there and fix everything
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX•8mo ago
If you have no further questions, please use /close to mark the forum thread as answered
slowly losing it
slowly losing itOP•8mo ago
so pack it again and change the version, essentially
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
slowly losing it
slowly losing itOP•8mo ago
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
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
slowly losing it
slowly losing itOP•8mo ago
i used dotnet pack like this:
dotnet pack chess.csproj -c release
dotnet pack chess.csproj -c release
but i dont know how to publish it to nuget
Unknown User
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
slowly losing it
slowly losing itOP•8mo ago
got it done dw

Did you find this page helpful?