From b3271d2cf229150f753556b0c6be772efe9a0b6b Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Sat, 26 Nov 2022 14:38:49 +0000 Subject: [PATCH] Update addin version to 0.5 --- src/MonoDevelop.CSharpInteractive/Properties/AddinInfo.cs | 2 +- src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MonoDevelop.CSharpInteractive/Properties/AddinInfo.cs b/src/MonoDevelop.CSharpInteractive/Properties/AddinInfo.cs index 088d2b4..8edf9ea 100644 --- a/src/MonoDevelop.CSharpInteractive/Properties/AddinInfo.cs +++ b/src/MonoDevelop.CSharpInteractive/Properties/AddinInfo.cs @@ -29,7 +29,7 @@ [assembly:Addin ( "CSharpInteractive", Namespace = "MonoDevelop", - Version = "0.4", + Version = "0.5", Category = "IDE extensions")] [assembly:AddinName ("CSharp Interactive")] diff --git a/src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs b/src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs index d7604e6..45c1cbe 100644 --- a/src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs +++ b/src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs @@ -49,7 +49,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("0.4")] +[assembly: AssemblyVersion ("0.5")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.