Skip to content

Commit 15ec9a4

Browse files
committed
Update addin version to 0.6
1 parent dea1494 commit 15ec9a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MonoDevelop.TemplateCreator/Properties/AssemblyInfo.cs

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

52-
[assembly: AssemblyVersion ("0.5")]
52+
[assembly: AssemblyVersion ("0.6")]
5353

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

src/MonoDevelop.TemplateCreator/TemplateCreator.addin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
url = "https://github.com/mrward/monodevelop-template-creator-addin"
88
description = "Create project templates for Visual Studio for Mac"
99
category = "IDE extensions"
10-
version = "0.5">
10+
version = "0.6">
1111

1212
<Runtime>
1313
<Import assembly="MonoDevelop.TemplateCreator.dll" />

0 commit comments

Comments
 (0)