diff --git a/src/Microsoft.VisualStudio.ProjectSystem.LogModel/Properties/AssemblyInfo.cs b/src/Microsoft.VisualStudio.ProjectSystem.LogModel/Properties/AssemblyInfo.cs index 71915c4..39cd085 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.8")] +[assembly: AssemblyVersion ("0.9")] // 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 a1cf24b..1199a0a 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.8")] +[assembly: AssemblyVersion ("0.9")] // 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 58955e4..1201965 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.8", + Version = "0.9", 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 2ecf372..7b0ea9f 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.8")] +[assembly: AssemblyVersion ("0.9")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.