From 061bc89684ec8d23af25009e97b7c9611cceaa25 Mon Sep 17 00:00:00 2001 From: Hendy Racher Date: Thu, 14 Mar 2019 16:43:49 +0000 Subject: [PATCH] updated look versioning to 0.28.0 --- build/Look.BackOffice.nuspec | 2 +- build/Look.nuspec | 2 +- src/Our.Umbraco.Look/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Look.BackOffice.nuspec b/build/Look.BackOffice.nuspec index c603faa..21e9529 100644 --- a/build/Look.BackOffice.nuspec +++ b/build/Look.BackOffice.nuspec @@ -16,7 +16,7 @@ Copyright 2019 Umbraco - + diff --git a/build/Look.nuspec b/build/Look.nuspec index effc923..6042c31 100644 --- a/build/Look.nuspec +++ b/build/Look.nuspec @@ -2,7 +2,7 @@ Our.Umbraco.Look - 0.27.0 + 0.28.0 Hendy Racher Hendy Racher https://github.com/Hendy/umbraco-look/blob/master/LICENSE diff --git a/src/Our.Umbraco.Look/Properties/AssemblyInfo.cs b/src/Our.Umbraco.Look/Properties/AssemblyInfo.cs index b80197f..e09fcbd 100644 --- a/src/Our.Umbraco.Look/Properties/AssemblyInfo.cs +++ b/src/Our.Umbraco.Look/Properties/AssemblyInfo.cs @@ -32,7 +32,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("0.27.0.0")] -[assembly: AssemblyFileVersion("0.27.0.0")] +[assembly: AssemblyVersion("0.28.0.0")] +[assembly: AssemblyFileVersion("0.28.0.0")] [assembly:InternalsVisibleTo("Our.Umbraco.Look.Tests")] \ No newline at end of file