Bumping versions with project.json libraries

added by Christian Weiss
9/23/2016 8:51:45 PM

319 Views

project.json files allow you to use a * for the “pre-release” part of your version (e.g. 1.0.0-*) but not for the major/minor/patch parts. To make this easier, we created a bump-version.ps1 powershell script that automatically updates these parts in all libraries (and libraries that depend on them) of a solution.


0 comments