From 44abec0b1a726373ea9e4a7cfcf410f708983647 Mon Sep 17 00:00:00 2001 From: Jorgen Thelin Date: Wed, 25 Oct 2017 11:51:44 -0700 Subject: [PATCH] Initial default for GitVersion.yml baseline config. (#28) - Initial default for `GitVersion.yml` config file for `master` branch, to unblock CI builds for PR and branches. --- GitVersion.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 GitVersion.yml diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..c23f179 --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1,3 @@ +next-version: 1.1.7 +assembly-versioning-scheme: Major +mode: ContinuousDelivery