We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77eddc commit dfa4d94Copy full SHA for dfa4d94
src/MonoDevelop.PowerShell/Properties/AddinInfo.cs
@@ -29,7 +29,7 @@
29
30
[assembly:Addin ("PowerShell",
31
Namespace = "MonoDevelop",
32
- Version = "0.2",
+ Version = "0.3",
33
Category = "IDE extensions")]
34
35
[assembly:AddinName ("PowerShell")]
src/MonoDevelop.PowerShell/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@
17
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
20
-[assembly: AssemblyVersion("0.2.0")]
+[assembly: AssemblyVersion("0.3.0")]
21
22
// The following attributes are used to specify the signing key for the assembly,
23
// if desired. See the Mono documentation for more information about signing.
0 commit comments