diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 17177a3f..5377cd73 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -28,12 +28,12 @@ // Also need to // Assembly -[assembly: AssemblyVersion("3.0.1.91")] -[assembly: AssemblyFileVersion("3.0.1.91")] +[assembly: AssemblyVersion("3.0.1.92")] +[assembly: AssemblyFileVersion("3.0.1.92")] // 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.1.91-rc1")] +[assembly: AssemblyInformationalVersion("3.0.1.92")] // Do not remove this line. diff --git a/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest b/Umbraco.ModelsBuilder.CustomTool/source.extension.vsixmanifest index 982c6d94..0b8bca24 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