Skip to content

Commit ca96270

Browse files
Update to v0.7.4.1-beta label.
1 parent d8820ba commit ca96270

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
@@ -257,7 +257,7 @@
257257
<Button guid="GuidCodeMaidCommandAbout" id="CmdIDCodeMaidAbout" priority="0x0100" type="Button">
258258
<Icon guid="GuidImageInfo" id="IconInfo" />
259259
<Strings>
260-
<ButtonText>About CodeMaid &amp;v0.7.4...</ButtonText>
260+
<ButtonText>About CodeMaid &amp;v0.7.4.1-beta...</ButtonText>
261261
</Strings>
262262
</Button>
263263

CodeMaid/Integration/Images/about.png

832 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.4</value>
131+
<value>0.7.4.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.4</Version>
6+
<Version>0.7.4.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, 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.4.0")]
14-
[assembly: AssemblyFileVersion("0.7.4.0")]
13+
[assembly: AssemblyVersion("0.7.4.1")]
14+
[assembly: AssemblyFileVersion("0.7.4.1")]

0 commit comments

Comments
 (0)