From 01acdc51ce63677fe0c42c93e0c2b44dcb6d8ca6 Mon Sep 17 00:00:00 2001 From: author Date: Sun, 6 Jun 2021 11:37:53 +0100 Subject: [PATCH] Update addin version to 0.5 --- .../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 4474119..cdb48ce 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.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. diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Tools/Properties/AssemblyInfo.cs b/src/Microsoft.VisualStudio.ProjectSystem.Tools/Properties/AssemblyInfo.cs index 47b53b0..98763f1 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.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. diff --git a/src/MonoDevelop.ProjectSystem.Tools/Properties/AddinInfo.cs b/src/MonoDevelop.ProjectSystem.Tools/Properties/AddinInfo.cs index 2cdf738..e210fc9 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.4", + Version = "0.5", 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 fa3f04d..db0ab54 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.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.