I have a repo containing several shared libraries and want to set the version for all of the projects to 1.0.0, package them, and publish to a private NuGet feed. I don't know if there is a way to recursively go through each project directory and package/publish each solution file. Thank you!
↧