From bce7540dec74abd460badd67c526f8a31bdf16ae Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 19 Mar 2023 23:30:59 -0400 Subject: Gitversion init --- GitVersion.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 GitVersion.yml diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..ebdfba1 --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1,6 @@ +assembly-versioning-scheme: MajorMinorPatch +mode: ContinuousDeployment +branches: {} +ignore: + sha: [] +merge-message-formats: {} -- cgit