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