Skip to content

Commit

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

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.
36 changes: 18 additions & 18 deletions CodeMaid/VSPackage.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CodeMaid/VSPackage.resx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Written by Steve Cadwallader, for more information visit http://www.codemaid.net
<comment>Package description</comment>
</data>
<data name="114" xml:space="preserve">
<value>0.7.3.1</value>
<value>0.7.3.2</value>
<comment>Package version</comment>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
Expand Down
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.7.3.1</Version>
<Version>0.7.3.2</Version>
<Description xml:space="preserve">CodeMaid is an open source Visual Studio extension to cleanup, dig through and simplify our C#, C++, F#, VB, XAML, XML, ASP, HTML, CSS, LESS, 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.7.3.1")]
[assembly: AssemblyFileVersion("0.7.3.1")]
[assembly: AssemblyVersion("0.7.3.2")]
[assembly: AssemblyFileVersion("0.7.3.2")]

0 comments on commit 5769f20

Please sign in to comment.