From 6f4f1afeca761fd90f1b9052016d39ca4162f411 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Fri, 27 Aug 2021 17:46:04 +0100 Subject: [PATCH] Update addin version to 0.7 --- .../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 cdb48ce..8eefccf 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.5")] +[assembly: AssemblyVersion ("0.7")] // 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 98763f1..d734d6a 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.5")] +[assembly: AssemblyVersion ("0.7")] // 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 a894cf9..a75151c 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.6", + Version = "0.7", 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 bcc7815..9ee59c0 100644 --- a/src/MonoDevelop.ProjectSystem.Tools/Properties/AssemblyInfo.cs +++ b/src/MonoDevelop.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.6")] +[assembly: AssemblyVersion ("0.7")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.