From 0d0956365fb0c25b16fbc7a479854b0a3cce6d33 Mon Sep 17 00:00:00 2001 From: Dave Woestenborghs Date: Tue, 16 Apr 2019 15:48:08 +0200 Subject: [PATCH] Set release to 1.7.1 --- Source/Our.Umbraco.Nexu.Core.Tests/Properties/AssemblyInfo.cs | 4 ++-- Source/Our.Umbraco.Nexu.Core/Properties/AssemblyInfo.cs | 4 ++-- .../Our.Umbraco.Nexu.Parsers.Tests/Properties/AssemblyInfo.cs | 4 ++-- Source/Our.Umbraco.Nexu.Parsers/Properties/AssemblyInfo.cs | 4 ++-- appveyor.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Source/Our.Umbraco.Nexu.Core.Tests/Properties/AssemblyInfo.cs b/Source/Our.Umbraco.Nexu.Core.Tests/Properties/AssemblyInfo.cs index b20ee4d..1802631 100644 --- a/Source/Our.Umbraco.Nexu.Core.Tests/Properties/AssemblyInfo.cs +++ b/Source/Our.Umbraco.Nexu.Core.Tests/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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("1.7.1.0")] +[assembly: AssemblyFileVersion("1.7.1.0")] diff --git a/Source/Our.Umbraco.Nexu.Core/Properties/AssemblyInfo.cs b/Source/Our.Umbraco.Nexu.Core/Properties/AssemblyInfo.cs index 4a4a08d..a764b13 100644 --- a/Source/Our.Umbraco.Nexu.Core/Properties/AssemblyInfo.cs +++ b/Source/Our.Umbraco.Nexu.Core/Properties/AssemblyInfo.cs @@ -34,7 +34,7 @@ // 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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("1.7.1.0")] +[assembly: AssemblyFileVersion("1.7.1.0")] diff --git a/Source/Our.Umbraco.Nexu.Parsers.Tests/Properties/AssemblyInfo.cs b/Source/Our.Umbraco.Nexu.Parsers.Tests/Properties/AssemblyInfo.cs index 3761213..52ee7cb 100644 --- a/Source/Our.Umbraco.Nexu.Parsers.Tests/Properties/AssemblyInfo.cs +++ b/Source/Our.Umbraco.Nexu.Parsers.Tests/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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.7.1.0")] +[assembly: AssemblyFileVersion("1.7.1.0")] \ No newline at end of file diff --git a/Source/Our.Umbraco.Nexu.Parsers/Properties/AssemblyInfo.cs b/Source/Our.Umbraco.Nexu.Parsers/Properties/AssemblyInfo.cs index 92120cc..c0075a0 100644 --- a/Source/Our.Umbraco.Nexu.Parsers/Properties/AssemblyInfo.cs +++ b/Source/Our.Umbraco.Nexu.Parsers/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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("1.7.1.0")] +[assembly: AssemblyFileVersion("1.7.1.0")] diff --git a/appveyor.yml b/appveyor.yml index 280bca9..3232010 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ environment: os: Visual Studio 2015 # Version format -version: 2.0.0.{build} +version: 1.7.1.{build} cache: - Source\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified @@ -18,7 +18,7 @@ branches: # UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha # example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta init: - - set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta + - set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=rtm test: assemblies: