From 4bbb15fde253f6defe08b35f75f2e8c2f5a58370 Mon Sep 17 00:00:00 2001 From: rmsantos Date: Mon, 9 Mar 2015 10:07:40 +0000 Subject: [PATCH] change version variables --- appveyor.yml | 2 +- src/BuildScripts/common.props | 80 +++++++++++++++++++++-------------- 2 files changed, 50 insertions(+), 32 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index da29f762..224bb1e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ #---------------------------------# # version format -version: 1.0.{build} +version: 1.0.0.{build} #---------------------------------# diff --git a/src/BuildScripts/common.props b/src/BuildScripts/common.props index 47da8745..07448925 100644 --- a/src/BuildScripts/common.props +++ b/src/BuildScripts/common.props @@ -6,46 +6,64 @@ $(SolutionPath)BugNET.sln $(SolutionPath)\output $(SolutionPath).build - + + + + + Release - - true - $(PUBLISH) - - true - $(ARQUIVE) - - false - $(UNIT_TEST) - + + true + true + false + - - $(APPVEYOR_BUILD_VERSION) - $(APPVEYOR_BUILD_VERSION) - $(APPVEYOR_BUILD_VERSION) - + + + + + $(APPVEYOR_BUILD_VERSION) + $(APPVEYOR_BUILD_VERSION) + $(APPVEYOR_BUILD_VERSION) + + + + + + + + $(BUILD_VERSION) + $(BUILD_VERSION) + $(BUILD_VERSION) + + + + + 1.0.0.0 + 1.0.0.0 + 1.0.0.0 + + + + + + + + + + + + + + + - - $(BUILD_VERSION) - $(BUILD_VERSION) - $(BUILD_VERSION) - - - 1.0.0.0 - 1.0.0.0 - 1.0.0.0 - - - - Release - - \ No newline at end of file