We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b143829 commit 00f472aCopy full SHA for 00f472a
src/MonoDevelop.CSharpInteractive/Properties/AddinInfo.cs
@@ -29,7 +29,7 @@
29
[assembly:Addin (
30
"CSharpInteractive",
31
Namespace = "MonoDevelop",
32
- Version = "0.1",
+ Version = "0.2",
33
Category = "IDE extensions")]
34
35
[assembly:AddinName ("CSharp Interactive")]
src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs
@@ -49,7 +49,7 @@
49
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
50
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
51
52
-[assembly: AssemblyVersion ("0.1")]
+[assembly: AssemblyVersion ("0.2")]
53
54
// The following attributes are used to specify the signing key for the assembly,
55
// if desired. See the Mono documentation for more information about signing.
0 commit comments