Skip to content

Commit 0f34f8f

Browse files
committed
Merge branch 'develop' into release
2 parents b42f332 + bf4f799 commit 0f34f8f

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CodeAlignment.VisualStudio/CodeAlignmentPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace CMcG.CodeAlignment
66
{
77
[PackageRegistration(UseManagedResourcesOnly = true)]
8-
[InstalledProductRegistration("#110", "#112", "12", IconResourceID = 400)]
8+
[InstalledProductRegistration("#110", "#112", "12.1", IconResourceID = 400)]
99
[ProvideMenuResource("Menus.ctmenu", 1)]
1010
[Guid(GuidList.PackageGuidStr)]
1111
public sealed class CodeAlignmentPackage : Package

CodeAlignment.VisualStudio/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
//
2929
// You can specify all the values or you can default the Revision and Build Numbers
3030
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion ("12.0.0.*")]
32-
[assembly: AssemblyFileVersion("12.0.0.0")]
31+
[assembly: AssemblyVersion("12.1.0.*")]
32+
[assembly: AssemblyFileVersion("12.1.0.0")]

CodeAlignment.VisualStudio/source.extension.vsixmanifest

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="2adcbb11-89c4-451e-97f2-14049154ccad">
44
<Name>Code alignment</Name>
55
<Author>Chris McGrath</Author>
6-
<Version>12.0</Version>
6+
<Version>12.1</Version>
77
<Description xml:space="preserve">Code alignment helps you present your code beautifully, enhancing clarity and readability.</Description>
88
<Locale>1033</Locale>
99
<MoreInfoUrl>http://www.codealignment.com</MoreInfoUrl>
@@ -32,6 +32,10 @@
3232
<Edition>Premium</Edition>
3333
<Edition>Pro</Edition>
3434
</VisualStudio>
35+
<VisualStudio Version="15.0">
36+
<Edition>Pro</Edition>
37+
<Edition>Community</Edition>
38+
</VisualStudio>
3539
<IsolatedShell Version="6.0">AtmelStudio</IsolatedShell>
3640
</SupportedProducts>
3741
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />

0 commit comments

Comments
 (0)