Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to publish nuget package with the same version?

Tags:

nuget

I have release version: 1.90. Is it possible to keep this version when I was doing patch updates for my library?

Currently when I am trying to publish with the version 1.90 it shows me the error: "Unable to process request. 'A package with id "TrakopolisAPI" and version '1.90 already exists and cannot be modified.''"

like image 969
Sergey Avatar asked May 07 '13 13:05

Sergey


1 Answers

Change the minor version. Unless you can delete the old package i don't think you can publish with the exact same version number

like image 103
TJF Avatar answered Oct 21 '22 12:10

TJF