首页 > 解决方案 > 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?

标签: nuget

解决方案



推荐阅读