From 5030e2208121280987727134f2d0bb5121423c75 Mon Sep 17 00:00:00 2001 From: Marcus Granstrom Date: Wed, 25 Feb 2015 09:06:22 +0100 Subject: [PATCH 1/3] Upgraded dependancy of cms UI --- PowerSlice/PowerSlice.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerSlice/PowerSlice.nuspec b/PowerSlice/PowerSlice.nuspec index 8953176..c6e0034 100644 --- a/PowerSlice/PowerSlice.nuspec +++ b/PowerSlice/PowerSlice.nuspec @@ -8,9 +8,9 @@ EPiServer AB false Easily list EPiServer CMS content for editors - Copyright 2014 + Copyright 2015 - + From 891937d14a9273c22f4111574f1ca4bcf85abe89 Mon Sep 17 00:00:00 2001 From: Marcus Granstrom Date: Wed, 25 Feb 2015 09:54:43 +0100 Subject: [PATCH 2/3] Added correct dep in nuspec --- PowerSlice/PowerSlice.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerSlice/PowerSlice.nuspec b/PowerSlice/PowerSlice.nuspec index c6e0034..2785ff2 100644 --- a/PowerSlice/PowerSlice.nuspec +++ b/PowerSlice/PowerSlice.nuspec @@ -10,8 +10,8 @@ Easily list EPiServer CMS content for editors Copyright 2015 - - + + From 7b2844931fc26f79d1ff21c008327a66ad38ddb7 Mon Sep 17 00:00:00 2001 From: Marcus Granstrom Date: Wed, 25 Feb 2015 10:44:25 +0100 Subject: [PATCH 3/3] bumped version to 2.1.0 --- PowerSlice/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerSlice/Properties/AssemblyInfo.cs b/PowerSlice/Properties/AssemblyInfo.cs index 31967ec..be16caf 100644 --- a/PowerSlice/Properties/AssemblyInfo.cs +++ b/PowerSlice/Properties/AssemblyInfo.cs @@ -27,5 +27,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")] -[assembly: AssemblyFileVersion("2.0.0")] +[assembly: AssemblyVersion("2.1.0")] +[assembly: AssemblyFileVersion("2.1.0")]