From b6eb9f3663829bafe99d5e364a6317f699f848b7 Mon Sep 17 00:00:00 2001 From: Jan van Helvoort Date: Wed, 4 Oct 2017 15:14:31 +0200 Subject: [PATCH] Build Release 0.6.0 --- Source/Qvision.Umbraco.PollIt/Properties/AssemblyInfo.cs | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Qvision.Umbraco.PollIt/Properties/AssemblyInfo.cs b/Source/Qvision.Umbraco.PollIt/Properties/AssemblyInfo.cs index deea7fa..2200aa1 100644 --- a/Source/Qvision.Umbraco.PollIt/Properties/AssemblyInfo.cs +++ b/Source/Qvision.Umbraco.PollIt/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.5.0.*")] -[assembly: AssemblyFileVersion("0.5.0.*")] +[assembly: AssemblyVersion("0.6.0.*")] +[assembly: AssemblyFileVersion("0.6.0.*")] diff --git a/appveyor.yml b/appveyor.yml index 127de98..7eb85dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ os: Visual Studio 2015 # Version format -version: 0.5.0.{build} +version: 0.6.0.{build} cache: - Source\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified