Skip to content

Commit cfc386f

Browse files
Update to v0.7.6.1-beta label.
1 parent 21447d5 commit cfc386f

File tree

7 files changed

+5
-18
lines changed

7 files changed

+5
-18
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 beta...</ButtonText>
272+
<ButtonText>About CodeMaid &amp;v0.7.6.1 beta...</ButtonText>
273273
</Strings>
274274
</Button>
275275

CodeMaid/CodeMaidPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace SteveCadwallader.CodeMaid
4747
/// the shell.
4848
/// </summary>
4949
[PackageRegistration(UseManagedResourcesOnly = true)] // Tells Visual Studio utilities that this is a package that needs registered.
50-
[InstalledProductRegistration("#110", "#112", "#114", IconResourceID = 400, LanguageIndependentName = "CodeMaid")] // VS Help/About details (Name, Description, Version, Icon).
50+
[InstalledProductRegistration("#110", "#112", "v0.7.6.1 beta", IconResourceID = 400, LanguageIndependentName = "CodeMaid")] // VS Help/About details (Name, Description, Version, Icon).
5151
[ProvideAutoLoad("ADFC4E64-0397-11D1-9F4E-00A0C911004F")] // Force CodeMaid to load on startup so menu items can determine their state.
5252
[ProvideBindingPath]
5353
[ProvideMenuResource(1000, 1)] // This attribute is needed to let the shell know that this package exposes some menus.

CodeMaid/Integration/Images/about.png

819 Bytes
Loading

CodeMaid/VSPackage.Designer.cs

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CodeMaid/VSPackage.resx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@
127127
Written by Steve Cadwallader, for more information visit http://www.codemaid.net/</value>
128128
<comment>Package description</comment>
129129
</data>
130-
<data name="114" xml:space="preserve">
131-
<value>0.7.6</value>
132-
<comment>Package version</comment>
133-
</data>
134130
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
135131
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
136132
<value>Integration\Images\CodeMaid.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

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.6.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.6.1")]
14+
[assembly: AssemblyFileVersion("0.7.6.1")]

0 commit comments

Comments
 (0)