David Thielen
David Thielen

Reputation: 33026

Is there a way to tell NuGet to get the latest version?

We ship sample programs for our library. These sample programs are set to use NuGet to reference our library. Because we want the user to be using the latest version of our code in the samples, for each new version we have to go update all the samples to use the new (latest) version of our library.

Is there a way in NuGet to set the version to RELEASE like can be done in maven?

And if not, is there a way to programmatically walk all our .sln files (PowerShell?) to set them to the new version?

Upvotes: 0

Views: 57

Answers (1)

Related Questions