diff --git a/CodeMaid/CodeMaid.vsct b/CodeMaid/CodeMaid.vsct index 89d6df07..6ffceac3 100644 --- a/CodeMaid/CodeMaid.vsct +++ b/CodeMaid/CodeMaid.vsct @@ -272,7 +272,7 @@ diff --git a/CodeMaid/CodeMaidPackage.cs b/CodeMaid/CodeMaidPackage.cs index 373d2f08..e26cc89e 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.8.9 BETA", IconResourceID = 400, LanguageIndependentName = "CodeMaid")] // VS Help/About details (Name, Description, Version, Icon). + [InstalledProductRegistration("#110", "#112", "v0.9.0", 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 2707f7a8..5053037a 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 83d2f9d3..5969078b 100644 --- a/CodeMaid/source.extension.vsixmanifest +++ b/CodeMaid/source.extension.vsixmanifest @@ -3,7 +3,7 @@ CodeMaid Steve Cadwallader - 0.8.9 + 0.9.0 CodeMaid is an open source Visual Studio extension to cleanup, dig through 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 81b3eada..fd2a8193 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -10,5 +10,5 @@ [assembly: CLSCompliant(false)] [assembly: ComVisible(false)] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion("0.8.9.0")] -[assembly: AssemblyFileVersion("0.8.9.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.9.0.0")] +[assembly: AssemblyFileVersion("0.9.0.0")] \ No newline at end of file