Skip to content

Commit 7c0f502

Browse files
committed
Update addin version to 0.6
1 parent 3a7851b commit 7c0f502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5",
31+
Version = "0.6",
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.5")]
45+
[assembly: AssemblyVersion ("0.6")]
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)