diff --git a/GitFlow.VS.Extension/Properties/AssemblyInfo.cs b/GitFlow.VS.Extension/Properties/AssemblyInfo.cs index 9bf36c3..e9bea16 100644 --- a/GitFlow.VS.Extension/Properties/AssemblyInfo.cs +++ b/GitFlow.VS.Extension/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.10.13.0")] -[assembly: AssemblyFileVersion("0.10.13.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/GitFlow.VS.Extension/source.extension.2013.vsixmanifest b/GitFlow.VS.Extension/source.extension.2013.vsixmanifest index 4aca86d..4400103 100644 --- a/GitFlow.VS.Extension/source.extension.2013.vsixmanifest +++ b/GitFlow.VS.Extension/source.extension.2013.vsixmanifest @@ -1,7 +1,7 @@  - + GitFlow for Visual Studio Integrates GitFlow in Visual Studio Team Explorer 2013. Requires VS 2013 Update 3 or higher https://github.com/jakobehn/GitFlow.VS diff --git a/GitFlow.VS.Extension/source.extension.2015.vsixmanifest b/GitFlow.VS.Extension/source.extension.2015.vsixmanifest index e1f69bf..79db585 100644 --- a/GitFlow.VS.Extension/source.extension.2015.vsixmanifest +++ b/GitFlow.VS.Extension/source.extension.2015.vsixmanifest @@ -1,6 +1,6 @@  - + GitFlow for Visual Studio 2015 Integrates GitFlow in Visual Studio Team Explorer 2015 https://github.com/jakobehn/GitFlow.VS diff --git a/GitFlow.VS/Properties/AssemblyInfo.cs b/GitFlow.VS/Properties/AssemblyInfo.cs index 38bac84..03c3aea 100644 --- a/GitFlow.VS/Properties/AssemblyInfo.cs +++ b/GitFlow.VS/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("0.10.13.0")] -[assembly: AssemblyFileVersion("0.10.13.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TeamExplorer.Common/Properties/AssemblyInfo.cs b/TeamExplorer.Common/Properties/AssemblyInfo.cs index e8fa383..b04dfdc 100644 --- a/TeamExplorer.Common/Properties/AssemblyInfo.cs +++ b/TeamExplorer.Common/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("0.10.13.0")] -[assembly: AssemblyFileVersion("0.10.13.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TeamExplorer.Common/TeamExplorer.Common.csproj b/TeamExplorer.Common/TeamExplorer.Common.csproj index 1844b62..75e173d 100644 --- a/TeamExplorer.Common/TeamExplorer.Common.csproj +++ b/TeamExplorer.Common/TeamExplorer.Common.csproj @@ -62,9 +62,15 @@ - - - + + False + + + False + + + False +