Skip to content

Commit

Permalink
Bump extension version to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-w committed Jan 27, 2017
1 parent 5e52712 commit 4538316
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion astyle-extension/AStyleExtension/AStyleExtensionPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace AStyleExtension {
[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "2.8", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "2.8.1", IconResourceID = 400)]
[ProvideMenuResource("Menus.ctmenu", 1)]
[ProvideOptionPage(typeof(AStyleGeneralOptionsPage), "AStyle Formatter", "General", 1000, 1001, true)]
[ProvideProfileAttribute(typeof(AStyleGeneralOptionsPage), "AStyle Formatter", "General", 1002, 1003, true)]
Expand Down
4 changes: 2 additions & 2 deletions astyle-extension/AStyleExtension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyVersion("2.8.0.0")]
[assembly: AssemblyFileVersion("2.8.0.0")]
[assembly: AssemblyVersion("2.8.1.0")]
[assembly: AssemblyFileVersion("2.8.1.0")]



Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="6b52ccde-8ae4-4233-bccd-6b9b0ba06a56">
<Name>AStyle Extension</Name>
<Author>Lukamicoder</Author>
<Version>2.8</Version>
<Version>2.8.1</Version>
<Description xml:space="preserve">An extension for Artistic Style.</Description>
<Locale>1033</Locale>
<License>Resources\License.txt</License>
Expand Down

0 comments on commit 4538316

Please # to comment.