diff --git a/GitVersion.yml b/GitVersion.yml
new file mode 100644
index 0000000..39da81b
--- /dev/null
+++ b/GitVersion.yml
@@ -0,0 +1,8 @@
+assembly-versioning-scheme: Major
+mode: Mainline
+increment: Patch
+next-version: 1.2.0
+branches:
+ master:
+ tag: alpha
+ prevent-increment-of-merged-branch-version: true
diff --git a/ServerHost.sln b/ServerHost.sln
index 5e23f1c..a89b2c2 100644
--- a/ServerHost.sln
+++ b/ServerHost.sln
@@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{64DBC33D
Build.cmd = Build.cmd
Build.sh = Build.sh
Clean.cmd = Clean.cmd
+ GitVersion.yml = GitVersion.yml
nuget-restore.cmd = nuget-restore.cmd
Test.cmd = Test.cmd
Test.runsettings = Test.runsettings
diff --git a/ServerHost/ServerHost.csproj b/ServerHost/ServerHost.csproj
index 1b19800..71846c1 100644
--- a/ServerHost/ServerHost.csproj
+++ b/ServerHost/ServerHost.csproj
@@ -11,7 +11,7 @@
true
- 1.1.18
+ $(NuGetVersion)
Jorgen Thelin
Copyright © Jorgen Thelin 2015-2018
ServerHost - A .NET Server Hosting utility library, including in-process server host testing.
@@ -21,7 +21,7 @@
DotNet Server Host Testing AppDomain
git
https://github.com/jthelin/ServerHost.git
- 1.1.0.0
+ $(AssemblySemVer)
@@ -51,6 +51,12 @@
+
+
+ all
+
+
+
all