From f845b8e466c9b8c2370fb4fedacfe42870787004 Mon Sep 17 00:00:00 2001 From: John Hartley Date: Sat, 22 Sep 2018 20:21:56 +0100 Subject: [PATCH 1/3] Fix semantic versioning. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7026b5a..962ae8b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.{build} +version: 1.0.0.{build} image: Visual Studio 2017 configuration: Release skip_tags: true From 52b8a410d80534555bb208e0b88ff928c19a55b1 Mon Sep 17 00:00:00 2001 From: John Hartley Date: Sat, 22 Sep 2018 20:22:50 +0100 Subject: [PATCH 2/3] Fix semantic versioning. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 962ae8b..68e3edd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.0.{build} +version: 1.0.2.{build} image: Visual Studio 2017 configuration: Release skip_tags: true From 22ded89629463b125ec66e261a5da46768632f6e Mon Sep 17 00:00:00 2001 From: John Hartley Date: Sat, 22 Sep 2018 20:25:00 +0100 Subject: [PATCH 3/3] Bump build version to synchronise semantic versioning. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 68e3edd..b7f0aa8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.2.{build} +version: 1.0.3.{build} image: Visual Studio 2017 configuration: Release skip_tags: true