From d1f857ee022a3955973d6f1a1fc5ee493b27f633 Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Tue, 5 Jul 2016 13:00:08 +0200 Subject: [PATCH 1/3] Bump version to 1.99.0.0 --- src/GitHub.VisualStudio/GitHub.VisualStudio.csproj | 2 +- src/GitHub.VisualStudio/source.extension.vsixmanifest | 2 +- src/MsiInstaller/Version.wxi | 2 +- src/common/SolutionInfo.cs | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GitHub.VisualStudio/GitHub.VisualStudio.csproj b/src/GitHub.VisualStudio/GitHub.VisualStudio.csproj index a86f041845..499b5941a3 100644 --- a/src/GitHub.VisualStudio/GitHub.VisualStudio.csproj +++ b/src/GitHub.VisualStudio/GitHub.VisualStudio.csproj @@ -9,7 +9,7 @@ Internal - 1.0.99.8 + 1.99.0.0 ..\..\build\$(Configuration)\ diff --git a/src/GitHub.VisualStudio/source.extension.vsixmanifest b/src/GitHub.VisualStudio/source.extension.vsixmanifest index 46013a574a..a05bac015d 100644 --- a/src/GitHub.VisualStudio/source.extension.vsixmanifest +++ b/src/GitHub.VisualStudio/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + GitHub Extension for Visual Studio A Visual Studio Extension that brings the GitHub Flow into Visual Studio. https://visualstudio.github.com diff --git a/src/MsiInstaller/Version.wxi b/src/MsiInstaller/Version.wxi index 3606b48c30..044dd439b2 100644 --- a/src/MsiInstaller/Version.wxi +++ b/src/MsiInstaller/Version.wxi @@ -1,4 +1,4 @@ - + diff --git a/src/common/SolutionInfo.cs b/src/common/SolutionInfo.cs index 4fb5da2441..09f1fefa4c 100644 --- a/src/common/SolutionInfo.cs +++ b/src/common/SolutionInfo.cs @@ -3,8 +3,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("GitHub Extension for Visual Studio")] -[assembly: AssemblyVersion("1.0.99.8")] -[assembly: AssemblyFileVersion("1.0.99.8")] +[assembly: AssemblyVersion("1.99.0.0")] +[assembly: AssemblyFileVersion("1.99.0.0")] [assembly: ComVisible(false)] [assembly: AssemblyCompany("GitHub, Inc.")] [assembly: AssemblyCopyright("Copyright © GitHub, Inc. 2014-2015")] @@ -16,6 +16,6 @@ namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "1.0.99.8"; + internal const string Version = "1.99.0.0"; } } From 43cfa41fc99272dc2b4e28c9c4ac4b402c4d5134 Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Tue, 5 Jul 2016 13:10:40 +0200 Subject: [PATCH 2/3] Fix copyright date --- src/common/SolutionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/SolutionInfo.cs b/src/common/SolutionInfo.cs index 09f1fefa4c..f2d2378e0f 100644 --- a/src/common/SolutionInfo.cs +++ b/src/common/SolutionInfo.cs @@ -7,7 +7,7 @@ [assembly: AssemblyFileVersion("1.99.0.0")] [assembly: ComVisible(false)] [assembly: AssemblyCompany("GitHub, Inc.")] -[assembly: AssemblyCopyright("Copyright © GitHub, Inc. 2014-2015")] +[assembly: AssemblyCopyright("Copyright © GitHub, Inc. 2014-2016")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] From 586d6d666065a34e7ae2295dd19d9974933495cc Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Tue, 5 Jul 2016 13:10:56 +0200 Subject: [PATCH 3/3] Fix versioning of helper app --- .../DesignTimeStyleHelper.csproj | 3 ++ .../Properties/AssemblyInfo.cs | 33 +------------------ 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/src/DesignTimeStyleHelper/DesignTimeStyleHelper.csproj b/src/DesignTimeStyleHelper/DesignTimeStyleHelper.csproj index 5cc0f6b752..b2f6b783c5 100644 --- a/src/DesignTimeStyleHelper/DesignTimeStyleHelper.csproj +++ b/src/DesignTimeStyleHelper/DesignTimeStyleHelper.csproj @@ -120,6 +120,9 @@ + + Properties\SolutionInfo.cs + Code diff --git a/src/DesignTimeStyleHelper/Properties/AssemblyInfo.cs b/src/DesignTimeStyleHelper/Properties/AssemblyInfo.cs index ccdfc3b4fe..3735fcdbec 100644 --- a/src/DesignTimeStyleHelper/Properties/AssemblyInfo.cs +++ b/src/DesignTimeStyleHelper/Properties/AssemblyInfo.cs @@ -1,25 +1,8 @@ using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("DesignTimeStyleHelper")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("DesignTimeStyleHelper")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] +[assembly: AssemblyDescription("Helper app for UI testing")] //In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file @@ -39,17 +22,3 @@ //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] - - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]