Skip to content

Commit

Permalink
Update to v0.8.0.1-beta label.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Aug 5, 2015
1 parent ee21d13 commit 1bd6a65
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CodeMaid/CodeMaid.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<Button guid="GuidCodeMaidCommandAbout" id="CmdIDCodeMaidAbout" priority="0x0100" type="Button">
<Icon guid="GuidImageInfo" id="IconInfo" />
<Strings>
<ButtonText>About CodeMaid &amp;v0.8.0...</ButtonText>
<ButtonText>About CodeMaid &amp;v0.8.0.1 beta...</ButtonText>
</Strings>
</Button>

Expand Down
2 changes: 1 addition & 1 deletion CodeMaid/CodeMaidPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace SteveCadwallader.CodeMaid
/// the shell.
/// </summary>
[PackageRegistration(UseManagedResourcesOnly = true)] // Tells Visual Studio utilities that this is a package that needs registered.
[InstalledProductRegistration("#110", "#112", "v0.8.0", IconResourceID = 400, LanguageIndependentName = "CodeMaid")] // VS Help/About details (Name, Description, Version, Icon).
[InstalledProductRegistration("#110", "#112", "v0.8.0.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.
Expand Down
Binary file modified CodeMaid/Integration/Images/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion CodeMaid/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="4c82e17d-927e-42d2-8460-b473ac7df316">
<Name>CodeMaid</Name>
<Author>Steve Cadwallader</Author>
<Version>0.8.0</Version>
<Version>0.8.0.1</Version>
<Description xml:space="preserve">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.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://www.codemaid.net/</MoreInfoUrl>
Expand Down
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
[assembly: CLSCompliant(false)]
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: AssemblyVersion("0.8.0.1")]
[assembly: AssemblyFileVersion("0.8.0.1")]

0 comments on commit 1bd6a65

Please sign in to comment.