I have a nuget package <name>.1.0.1.nupkg
generated by a build in Visual studio. After some changes to the source code, I want to generate a new version.
On the project properties
I change the Package version
under Package
to 1.0.2
and make sure to save.
When building the project, the package is created with the name <name>.1.0.1.nupkg
.
Successfully created package '<Path>\<name>.1.0.1.nupkg'
I have tried restarting Visual Studio. Are there additional configurations needed?