From 8266e508c6e9553c3f615e7b1f6d32da196ba87f Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 6 Jun 2016 12:00:32 -0500 Subject: [PATCH] Update version numbers for release 3.2.0 --- .../Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../source.extension.vsixmanifest | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Tvl.VisualStudio.InheritanceMargin.CSharp/Properties/AssemblyInfo.cs b/Tvl.VisualStudio.InheritanceMargin.CSharp/Properties/AssemblyInfo.cs index bd8b8e9..9d4fcfa 100644 --- a/Tvl.VisualStudio.InheritanceMargin.CSharp/Properties/AssemblyInfo.cs +++ b/Tvl.VisualStudio.InheritanceMargin.CSharp/Properties/AssemblyInfo.cs @@ -36,6 +36,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.1.0.0")] -[assembly: AssemblyFileVersion("3.1.1.0")] -[assembly: AssemblyInformationalVersion("3.1.1-dev")] +[assembly: AssemblyVersion("3.2.0.0")] +[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyInformationalVersion("3.2.0")] diff --git a/Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs b/Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs index c18d333..8a8ae3a 100644 --- a/Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs +++ b/Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs @@ -36,6 +36,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.1.0.0")] -[assembly: AssemblyFileVersion("3.1.1.0")] -[assembly: AssemblyInformationalVersion("3.1.1-dev")] +[assembly: AssemblyVersion("3.2.0.0")] +[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyInformationalVersion("3.2.0")] diff --git a/Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs b/Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs index ed76b1f..7cd97ef 100644 --- a/Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs +++ b/Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs @@ -39,6 +39,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.1.0.0")] -[assembly: AssemblyFileVersion("3.1.1.0")] -[assembly: AssemblyInformationalVersion("3.1.1-dev")] +[assembly: AssemblyVersion("3.2.0.0")] +[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyInformationalVersion("3.2.0")] diff --git a/Tvl.VisualStudio.InheritanceMargin/source.extension.vsixmanifest b/Tvl.VisualStudio.InheritanceMargin/source.extension.vsixmanifest index 4e697f3..df2bfe0 100644 --- a/Tvl.VisualStudio.InheritanceMargin/source.extension.vsixmanifest +++ b/Tvl.VisualStudio.InheritanceMargin/source.extension.vsixmanifest @@ -3,7 +3,7 @@ Inheritance Margin Sam Harwell - 3.1.1 + 3.2.0 Show inheritance information in the glyph margin. 1033 LICENSE.txt