Skip to content

Commit dfa4d94

Browse files
committed
Update add version to 0.3
1 parent e77eddc commit dfa4d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MonoDevelop.PowerShell/Properties/AddinInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
[assembly:Addin ("PowerShell",
3131
Namespace = "MonoDevelop",
32-
Version = "0.2",
32+
Version = "0.3",
3333
Category = "IDE extensions")]
3434

3535
[assembly:AddinName ("PowerShell")]

src/MonoDevelop.PowerShell/Properties/AssemblyInfo.cs

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

20-
[assembly: AssemblyVersion("0.2.0")]
20+
[assembly: AssemblyVersion("0.3.0")]
2121

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

0 commit comments

Comments
 (0)