Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 7d58ddc

Browse files
committed
Fixes #45
Replace GitVersionConfig.yaml with GitVersion.yaml
1 parent 11fa325 commit 7d58ddc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

GitVersionConfig.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
assembly-versioning-scheme: MajorMinorPatch
2-
next-version: 1.0.0
3-
branches:
4-
master:
5-
tag: 'beta'
2+
next-version: 1.3.0

src/GitVersion.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
assembly-versioning-scheme: MajorMinorPatch
2+
next-version: 1.3.0

0 commit comments

Comments
 (0)