From f0587b8677830fe0bb0b85ff8bf3ac977e861cbb Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 10 Aug 2015 19:47:56 -0500 Subject: [PATCH] Update version numbers for release 3.1 --- .../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 ed56376..717df94 100644 --- a/Tvl.VisualStudio.InheritanceMargin.CSharp/Properties/AssemblyInfo.cs +++ b/Tvl.VisualStudio.InheritanceMargin.CSharp/Properties/AssemblyInfo.cs @@ -33,6 +33,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.0.0.0")] -[assembly: AssemblyFileVersion("3.0.1.0")] -[assembly: AssemblyInformationalVersion("3.0.1.0-dev")] +[assembly: AssemblyVersion("3.1.0.0")] +[assembly: AssemblyFileVersion("3.1.0.0")] +[assembly: AssemblyInformationalVersion("3.1.0.0")] diff --git a/Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs b/Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs index ee71d40..6037f4c 100644 --- a/Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs +++ b/Tvl.VisualStudio.InheritanceMargin.Interfaces/Properties/AssemblyInfo.cs @@ -33,6 +33,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.0.0.0")] -[assembly: AssemblyFileVersion("3.0.1.0")] -[assembly: AssemblyInformationalVersion("3.0.1.0-dev")] +[assembly: AssemblyVersion("3.1.0.0")] +[assembly: AssemblyFileVersion("3.1.0.0")] +[assembly: AssemblyInformationalVersion("3.1.0.0")] diff --git a/Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs b/Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs index ffc5d62..f1eacfd 100644 --- a/Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs +++ b/Tvl.VisualStudio.InheritanceMargin/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.0.0.0")] -[assembly: AssemblyFileVersion("3.0.1.0")] -[assembly: AssemblyInformationalVersion("3.0.1.0-dev")] +[assembly: AssemblyVersion("3.1.0.0")] +[assembly: AssemblyFileVersion("3.1.0.0")] +[assembly: AssemblyInformationalVersion("3.1.0.0")] diff --git a/Tvl.VisualStudio.InheritanceMargin/source.extension.vsixmanifest b/Tvl.VisualStudio.InheritanceMargin/source.extension.vsixmanifest index ce71348..46c8f59 100644 --- a/Tvl.VisualStudio.InheritanceMargin/source.extension.vsixmanifest +++ b/Tvl.VisualStudio.InheritanceMargin/source.extension.vsixmanifest @@ -3,7 +3,7 @@ Inheritance Margin Sam Harwell - 3.0.1 + 3.1.0 Show inheritance information in the glyph margin. 1033 LICENSE.txt