Skip to content

Commit 00f472a

Browse files
committedMar 19, 2022
Update addin version to 0.2
1 parent b143829 commit 00f472a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/MonoDevelop.CSharpInteractive/Properties/AddinInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
[assembly:Addin (
3030
"CSharpInteractive",
3131
Namespace = "MonoDevelop",
32-
Version = "0.1",
32+
Version = "0.2",
3333
Category = "IDE extensions")]
3434

3535
[assembly:AddinName ("CSharp Interactive")]

‎src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs

+1-1
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.1")]
52+
[assembly: AssemblyVersion ("0.2")]
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.

0 commit comments

Comments
 (0)
Please sign in to comment.