From 6d948863f46a8bfe8a91c5d3465969f0466119aa Mon Sep 17 00:00:00 2001 From: Hendy Racher Date: Thu, 11 Apr 2019 09:04:43 +0100 Subject: [PATCH] updated Look versioning to 0.35.0 --- build/Look.nuspec | 2 +- src/Our.Umbraco.Look/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Look.nuspec b/build/Look.nuspec index 248420b..6d609bf 100644 --- a/build/Look.nuspec +++ b/build/Look.nuspec @@ -2,7 +2,7 @@ Our.Umbraco.Look - 0.34.0 + 0.35.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 8364375..2c51442 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.34.0.0")] -[assembly: AssemblyFileVersion("0.34.0.0")] +[assembly: AssemblyVersion("0.35.0.0")] +[assembly: AssemblyFileVersion("0.35.0.0")] [assembly:InternalsVisibleTo("Our.Umbraco.Look.Tests")] \ No newline at end of file