Skip to content

Commit 433be1b

Browse files
committed
Changed version to Version 10.
1 parent cf43f36 commit 433be1b

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

CodeAlignment.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion ("9.0.0.*")]
35-
[assembly: AssemblyFileVersion("9.0.0.0")]
34+
[assembly: AssemblyVersion ("10.0.0.*")]
35+
[assembly: AssemblyFileVersion("10.0.0.0")]

CodeAlignment.Expression/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
//
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
53-
[assembly: AssemblyVersion ("9.0.0.*")]
54-
[assembly: AssemblyFileVersion("9.0.0.0")]
53+
[assembly: AssemblyVersion ("10.0.0.*")]
54+
[assembly: AssemblyFileVersion("10.0.0.0")]

CodeAlignment.Npp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("31492674-6fe0-485c-91f0-2e17244588ff")]
2424

25-
[assembly: AssemblyVersion ("9.0.0.*")]
26-
[assembly: AssemblyFileVersion("9.0.0.0")]
25+
[assembly: AssemblyVersion ("10.0.0.*")]
26+
[assembly: AssemblyFileVersion("10.0.0.0")]

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", "9.2", IconResourceID = 400)]
8+
[InstalledProductRegistration("#110", "#112", "10", 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 ("9.2.0.*")]
32-
[assembly: AssemblyFileVersion("9.2.0.0")]
31+
[assembly: AssemblyVersion ("10.0.0.*")]
32+
[assembly: AssemblyFileVersion("10.0.0.0")]

CodeAlignment.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 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>9.2.1</Version>
6+
<Version>10.0</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>

CodeAlignmentGenericCallbacks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("6f414e2f-9634-4f95-bc62-6695803f43c0")]
2424

25-
[assembly: AssemblyVersion ("9.0.0.*")]
26-
[assembly: AssemblyFileVersion("9.0.0.0")]
25+
[assembly: AssemblyVersion ("10.0.0.*")]
26+
[assembly: AssemblyFileVersion("10.0.0.0")]

0 commit comments

Comments
 (0)