From 1f221302f07c26f778307e01ce46987ca1e9b3f7 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 12 May 2016 00:45:13 +0200 Subject: [PATCH] Modify ci build versioning scheme --- nuget/build-appveyor.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/build-appveyor.ps1 b/nuget/build-appveyor.ps1 index d1c2991eb2..c709fb323d 100644 --- a/nuget/build-appveyor.ps1 +++ b/nuget/build-appveyor.ps1 @@ -7,7 +7,7 @@ Push-Location $dir sv version $env:APPVEYOR_BUILD_NUMBER #sv version "1-debug" -sv version 9999.0.$version-nightly +sv version 0.2.0.$version-nightly sv key $env:myget_key . ".\include.ps1"