Skip to content

Commit 81c46ea

Browse files
Update to v0.7.5.1-beta label.
1 parent 7c4525f commit 81c46ea

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CodeMaid/CodeMaid.vsct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
<Button guid="GuidCodeMaidCommandAbout" id="CmdIDCodeMaidAbout" priority="0x0100" type="Button">
270270
<Icon guid="GuidImageInfo" id="IconInfo" />
271271
<Strings>
272-
<ButtonText>About CodeMaid &amp;v0.7.6...</ButtonText>
272+
<ButtonText>About CodeMaid &amp;v0.7.5.1 beta...</ButtonText>
273273
</Strings>
274274
</Button>
275275

CodeMaid/Integration/Images/about.png

383 Bytes
Loading

CodeMaid/VSPackage.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CodeMaid/VSPackage.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Written by Steve Cadwallader, for more information visit http://www.codemaid.net
128128
<comment>Package description</comment>
129129
</data>
130130
<data name="114" xml:space="preserve">
131-
<value>0.7.6</value>
131+
<value>0.7.5.1</value>
132132
<comment>Package version</comment>
133133
</data>
134134
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

CodeMaid/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="4c82e17d-927e-42d2-8460-b473ac7df316">
44
<Name>CodeMaid</Name>
55
<Author>Steve Cadwallader</Author>
6-
<Version>0.7.6</Version>
6+
<Version>0.7.5.1</Version>
77
<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>
88
<Locale>1033</Locale>
99
<MoreInfoUrl>http://www.codemaid.net/</MoreInfoUrl>

GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
[assembly: CLSCompliant(false)]
1111
[assembly: ComVisible(false)]
1212
[assembly: NeutralResourcesLanguage("en-US")]
13-
[assembly: AssemblyVersion("0.7.6.0")]
14-
[assembly: AssemblyFileVersion("0.7.6.0")]
13+
[assembly: AssemblyVersion("0.7.5.1")]
14+
[assembly: AssemblyFileVersion("0.7.5.1")]

0 commit comments

Comments
 (0)