diff --git a/CodeMaid/CodeMaid.vsct b/CodeMaid/CodeMaid.vsct index 51501322..cac9ce15 100644 --- a/CodeMaid/CodeMaid.vsct +++ b/CodeMaid/CodeMaid.vsct @@ -269,7 +269,7 @@ diff --git a/CodeMaid/CodeMaidPackage.cs b/CodeMaid/CodeMaidPackage.cs index 8195276c..889d8495 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.7.9 beta", IconResourceID = 400, LanguageIndependentName = "CodeMaid")] // VS Help/About details (Name, Description, Version, Icon). + [InstalledProductRegistration("#110", "#112", "v0.7.9.1 beta", 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 624bee98..34d924f9 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 28b88484..d5e6c216 100644 --- a/CodeMaid/source.extension.vsixmanifest +++ b/CodeMaid/source.extension.vsixmanifest @@ -3,7 +3,7 @@ CodeMaid Steve Cadwallader - 0.7.9 + 0.7.9.1 CodeMaid is an open source Visual Studio extension to cleanup, dig through and simplify our C#, C++, F#, VB, PHP, 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 24473c4c..3ccff939 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -10,5 +10,5 @@ [assembly: CLSCompliant(false)] [assembly: ComVisible(false)] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion("0.7.9.0")] -[assembly: AssemblyFileVersion("0.7.9.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.7.9.1")] +[assembly: AssemblyFileVersion("0.7.9.1")] \ No newline at end of file