From 854b95c15ca04616c58dbc4e2240d099459a22ee Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Mon, 27 Jun 2022 10:53:27 +0100 Subject: [PATCH] Update addin version to 0.11 --- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- src/MonoDevelop.ProjectSystem.Tools/Properties/AddinInfo.cs | 2 +- src/MonoDevelop.ProjectSystem.Tools/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.VisualStudio.ProjectSystem.LogModel/Properties/AssemblyInfo.cs b/src/Microsoft.VisualStudio.ProjectSystem.LogModel/Properties/AssemblyInfo.cs index 8bb0606..5fededa 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.LogModel/Properties/AssemblyInfo.cs +++ b/src/Microsoft.VisualStudio.ProjectSystem.LogModel/Properties/AssemblyInfo.cs @@ -42,7 +42,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("0.10")] +[assembly: AssemblyVersion ("0.11")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Tools/Properties/AssemblyInfo.cs b/src/Microsoft.VisualStudio.ProjectSystem.Tools/Properties/AssemblyInfo.cs index 8aeb510..0e73eaa 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Tools/Properties/AssemblyInfo.cs +++ b/src/Microsoft.VisualStudio.ProjectSystem.Tools/Properties/AssemblyInfo.cs @@ -42,7 +42,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("0.10")] +[assembly: AssemblyVersion ("0.11")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/src/MonoDevelop.ProjectSystem.Tools/Properties/AddinInfo.cs b/src/MonoDevelop.ProjectSystem.Tools/Properties/AddinInfo.cs index 64c508c..b16b9c9 100644 --- a/src/MonoDevelop.ProjectSystem.Tools/Properties/AddinInfo.cs +++ b/src/MonoDevelop.ProjectSystem.Tools/Properties/AddinInfo.cs @@ -28,7 +28,7 @@ [assembly: Addin ( "ProjectSystemTools", Namespace = "MonoDevelop", - Version = "0.10", + Version = "0.11", Category = "IDE extensions")] [assembly: AddinName ("Project System Tools")] diff --git a/src/MonoDevelop.ProjectSystem.Tools/Properties/AssemblyInfo.cs b/src/MonoDevelop.ProjectSystem.Tools/Properties/AssemblyInfo.cs index 172b5eb..426249e 100644 --- a/src/MonoDevelop.ProjectSystem.Tools/Properties/AssemblyInfo.cs +++ b/src/MonoDevelop.ProjectSystem.Tools/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.10")] +[assembly: AssemblyVersion ("0.11")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.