diff --git a/GitVersion.yml b/GitVersion.yml index 3bfcb7ae..718f947c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,3 +1,17 @@ mode: ContinuousDelivery +next-version: 1.1.0 commit-message-incrementing: Disabled legacy-semver-padding: 0 +branches: + master: + regex: ^master$ + mode: ContinuousDelivery + tag: '' + increment: Patch + is-release-branch: false + release: + regex: ^releases?[/-] + mode: ContinuousDelivery + tag: '' + increment: Patch + is-release-branch: true diff --git a/src/Machine.Specifications/Machine.Specifications.csproj b/src/Machine.Specifications/Machine.Specifications.csproj index f008fee3..5acc0ce8 100644 --- a/src/Machine.Specifications/Machine.Specifications.csproj +++ b/src/Machine.Specifications/Machine.Specifications.csproj @@ -11,7 +11,6 @@ http://github.com/machine/machine.specifications MIT 1.6.0 - C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client @@ -19,6 +18,8 @@ + +