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.