From 076e8ce94a1c26ceaaf412c8af68e40e4be75689 Mon Sep 17 00:00:00 2001 From: Shannon Date: Mon, 10 Apr 2017 14:40:33 +1000 Subject: [PATCH] bumps version --- .gitignore | 3 ++- SolutionInfo.cs | 6 +++--- .../source.extension.vsixmanifest | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 88f0494b..8038d678 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ refs build/nuget.exe Umbraco.ModelsBuilder/App_Data/NuGetBackup/* .Umbraco.ModelsBuilder.boltdata/* -*.pdb/ \ No newline at end of file +*.pdb/ +_ReSharper.Caches/* diff --git a/SolutionInfo.cs b/SolutionInfo.cs index e5925472..ab9f242b 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -28,12 +28,12 @@ // Also need to // Assembly -[assembly: AssemblyVersion("3.0.6.97")] -[assembly: AssemblyFileVersion("3.0.6.97")] +[assembly: AssemblyVersion("3.0.7.99")] +[assembly: AssemblyFileVersion("3.0.7.99")] // 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.6.97")] +[assembly: AssemblyInformationalVersion("3.0.7.99")] // Do not remove this line. diff --git a/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest b/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest index c6802046..f7ba2e67 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