From 4b58a141c5770fc262aa6f39e38adc726dee3073 Mon Sep 17 00:00:00 2001 From: James Willock Date: Sat, 5 Sep 2015 19:57:43 +0100 Subject: [PATCH 1/2] switching to RC, really to test the appveyor.yml will buuild but not deploy --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 19d6c21f9f..31cccfd79a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,4 +56,4 @@ - path: '**\MaterialDesignThemes.*.nupkg' - path: bin\**\*.* - version: 0.1.0.{build} \ No newline at end of file + version: 0.1.0.rc{build} \ No newline at end of file From 6daefe2d3081103119cd7a7eb9af53852cc33ca0 Mon Sep 17 00:00:00 2001 From: James Willock Date: Sat, 5 Sep 2015 19:59:14 +0100 Subject: [PATCH 2/2] OK, trying out build number --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 31cccfd79a..19d6c21f9f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,4 +56,4 @@ - path: '**\MaterialDesignThemes.*.nupkg' - path: bin\**\*.* - version: 0.1.0.rc{build} \ No newline at end of file + version: 0.1.0.{build} \ No newline at end of file