Skip to content

Commit 2c0377d

Browse files
committed
Update addin version to 0.8
1 parent 9c15c79 commit 2c0377d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Microsoft.VisualStudio.ProjectSystem.LogModel/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
4343
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
4444

45-
[assembly: AssemblyVersion ("0.7")]
45+
[assembly: AssemblyVersion ("0.8")]
4646

4747
// The following attributes are used to specify the signing key for the assembly,
4848
// if desired. See the Mono documentation for more information about signing.

src/Microsoft.VisualStudio.ProjectSystem.Tools/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
4343
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
4444

45-
[assembly: AssemblyVersion ("0.7")]
45+
[assembly: AssemblyVersion ("0.8")]
4646

4747
// The following attributes are used to specify the signing key for the assembly,
4848
// if desired. See the Mono documentation for more information about signing.

src/MonoDevelop.ProjectSystem.Tools/Properties/AddinInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
[assembly: Addin (
2929
"ProjectSystemTools",
3030
Namespace = "MonoDevelop",
31-
Version = "0.7",
31+
Version = "0.8",
3232
Category = "IDE extensions")]
3333

3434
[assembly: AddinName ("Project System Tools")]

src/MonoDevelop.ProjectSystem.Tools/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
4343
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
4444

45-
[assembly: AssemblyVersion ("0.7")]
45+
[assembly: AssemblyVersion ("0.8")]
4646

4747
// The following attributes are used to specify the signing key for the assembly,
4848
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)