From 7d5aaa2b8c2e9611e46f14925055d0c13caa18b7 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Sun, 7 Aug 2022 12:12:13 +0100 Subject: [PATCH] Update addin version to 0.4 --- 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 33fbe48..428cdfa 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.3", + Version = "0.4", Category = "IDE extensions")] [assembly:AddinName ("CSharp Interactive")] diff --git a/src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs b/src/MonoDevelop.CSharpInteractive/Properties/AssemblyInfo.cs index 1dde819..d7604e6 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.3")] +[assembly: AssemblyVersion ("0.4")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.