From 7d9f6c310fa81224c2cd41bff31f07a6a8a8a108 Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 11 Feb 2016 16:22:54 +0100 Subject: [PATCH] bumps version --- SolutionInfo.cs | 6 +++--- .../source.extension.vsixmanifest | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 6ce4215b..1d201e34 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -28,12 +28,12 @@ // Also need to // Assembly -[assembly: AssemblyVersion("3.0.0.81")] -[assembly: AssemblyFileVersion("3.0.0.81")] +[assembly: AssemblyVersion("3.0.0.90")] +[assembly: AssemblyFileVersion("3.0.0.90")] // NuGet Package // Note: could not release "1.8.0" because it was depending on pre-release NuGet packages // for Roslyn, so had to release 1.8.0-final... starting with 2.1.3 Roslyn has a released // 1.0 version, so now we can release "2.1.3" without the "-final" extension. -[assembly: AssemblyInformationalVersion("3.0.0.81-rc2")] +[assembly: AssemblyInformationalVersion("3.0.0.90")] // Do not remove this line. diff --git a/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest b/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest index f7b5ed93..3369d28b 100644 --- a/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest +++ b/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Umbraco ModelsBuilder Custom Tool Umbraco Visual Studio Custom Tool for generating strongly typed IPublishedContent models. https://github.com/zpqrtbnk/Zbu.ModelsBuilder