Skip to content

Commit

Permalink
Update to v0.7.4 label.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Aug 19, 2014
1 parent d9ddc82 commit e8385db
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CodeMaid/CodeMaid.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<Button guid="GuidCodeMaidCommandAbout" id="CmdIDCodeMaidAbout" priority="0x0100" type="Button">
<Icon guid="GuidImageInfo" id="IconInfo" />
<Strings>
<ButtonText>About CodeMaid &amp;v0.7.3.2 beta...</ButtonText>
<ButtonText>About CodeMaid &amp;v0.7.4...</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.
2 changes: 1 addition & 1 deletion 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.2</value>
<value>0.7.4</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
4 changes: 2 additions & 2 deletions CodeMaid/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Identifier Id="4c82e17d-927e-42d2-8460-b473ac7df316">
<Name>CodeMaid</Name>
<Author>Steve Cadwallader</Author>
<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>
<Version>0.7.4</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, SCSS, JavaScript and TypeScript coding.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://www.codemaid.net/</MoreInfoUrl>
<License>lgpl-3.0.rtf</License>
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.2")]
[assembly: AssemblyFileVersion("0.7.3.2")]
[assembly: AssemblyVersion("0.7.4.0")]
[assembly: AssemblyFileVersion("0.7.4.0")]

0 comments on commit e8385db

Please sign in to comment.