diff --git a/CodeMaid/CodeMaid.vsct b/CodeMaid/CodeMaid.vsct index ec706e51..e99c50f1 100644 --- a/CodeMaid/CodeMaid.vsct +++ b/CodeMaid/CodeMaid.vsct @@ -272,7 +272,7 @@ diff --git a/CodeMaid/CodeMaidPackage.cs b/CodeMaid/CodeMaidPackage.cs index f3438e64..e7b38229 100644 --- a/CodeMaid/CodeMaidPackage.cs +++ b/CodeMaid/CodeMaidPackage.cs @@ -48,7 +48,7 @@ namespace SteveCadwallader.CodeMaid /// the shell. /// [PackageRegistration(UseManagedResourcesOnly = true)] // Tells Visual Studio utilities that this is a package that needs registered. - [InstalledProductRegistration("#110", "#112", "v0.9.0.2 BETA", IconResourceID = 400, LanguageIndependentName = "CodeMaid")] // VS Help/About details (Name, Description, Version, Icon). + [InstalledProductRegistration("#110", "#112", "v0.9.1", IconResourceID = 400, LanguageIndependentName = "CodeMaid")] // VS Help/About details (Name, Description, Version, Icon). [ProvideAutoLoad("ADFC4E64-0397-11D1-9F4E-00A0C911004F")] // Force CodeMaid to load on startup so menu items can determine their state. [ProvideBindingPath] [ProvideMenuResource(1000, 1)] // This attribute is needed to let the shell know that this package exposes some menus. diff --git a/CodeMaid/Integration/Images/about.png b/CodeMaid/Integration/Images/about.png index 02d80453..eee88543 100644 Binary files a/CodeMaid/Integration/Images/about.png and b/CodeMaid/Integration/Images/about.png differ diff --git a/CodeMaid/source.extension.vsixmanifest b/CodeMaid/source.extension.vsixmanifest index 41d29cac..d3a7afd3 100644 --- a/CodeMaid/source.extension.vsixmanifest +++ b/CodeMaid/source.extension.vsixmanifest @@ -3,7 +3,7 @@ CodeMaid Steve Cadwallader - 0.9.0.2 + 0.9.1 CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. 1033 http://www.codemaid.net/ diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index a9dacc04..d47a005d 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -21,5 +21,5 @@ [assembly: CLSCompliant(false)] [assembly: ComVisible(false)] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion("0.9.0.2")] -[assembly: AssemblyFileVersion("0.9.0.2")] +[assembly: AssemblyVersion("0.9.1.0")] +[assembly: AssemblyFileVersion("0.9.1.0")] \ No newline at end of file