From 98db4f7a89c5796702137a0e78f5ed69dd95309f Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 14 Jul 2020 12:47:50 +1000 Subject: [PATCH] bumps version --- appveyor.build.yml | 2 +- appveyor.yml | 2 +- azure-pipelines.yml | 2 +- build/build.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.build.yml b/appveyor.build.yml index 13f75cd19..cf1aa396a 100644 --- a/appveyor.build.yml +++ b/appveyor.build.yml @@ -1,4 +1,4 @@ -version: 1.0.3-alpha.{build} +version: 1.0.4-alpha.{build} skip_tags: true image: Visual Studio 2017 build_script: diff --git a/appveyor.yml b/appveyor.yml index 801f38e42..8ebb4c9d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.3 +version: 1.0.4 skip_non_tags: true image: Visual Studio 2017 build_script: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 95831e747..559762a7b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ variables: solution: '**/*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' - nugetVersion: 1.0.3-alpha.$(Build.BuildNumber) + nugetVersion: 1.0.4-alpha.$(Build.BuildNumber) steps: diff --git a/build/build.xml b/build/build.xml index 4d69e3414..24c1ffb65 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file