#Increasing version numbers in project.json or AssemblyInfo.cs using Powershell
As part of an automated deployment process, I needed to increase the minor version numbers stored in both project.json and AssemblyInfo.cs files. I achieved this with broadly similar powershell scripts.
## This script picks up a json file, locates the version property and
## increases the most minor version number by 1.