diff --git a/GoogleTestExtension/DiaAdapter/Properties/AssemblyInfo.cs b/GoogleTestExtension/DiaAdapter/Properties/AssemblyInfo.cs index f69fd6c67..87410f027 100644 --- a/GoogleTestExtension/DiaAdapter/Properties/AssemblyInfo.cs +++ b/GoogleTestExtension/DiaAdapter/Properties/AssemblyInfo.cs @@ -10,8 +10,8 @@ [assembly: AssemblyDescription("Encapsulation of the Dia DLL")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Christian Soltenborn, Jonas Gefele")] -[assembly: AssemblyProduct("GoogleTestAdapter")] -[assembly: AssemblyCopyright("")] +[assembly: AssemblyProduct("DiaAdapter")] +[assembly: AssemblyCopyright("Copyright © 2015, 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GoogleTestExtension/DiaAdapterTests/Properties/AssemblyInfo.cs b/GoogleTestExtension/DiaAdapterTests/Properties/AssemblyInfo.cs index 0410ac376..e5326dd3f 100644 --- a/GoogleTestExtension/DiaAdapterTests/Properties/AssemblyInfo.cs +++ b/GoogleTestExtension/DiaAdapterTests/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DiaAdapterTests")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Tests for the DIA adapter")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Christian Soltenborn, Jonas Gefele")] [assembly: AssemblyProduct("DiaAdapterTests")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright © 2015, 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GoogleTestExtension/GoogleTestAdapter.VS/Properties/AssemblyInfo.cs b/GoogleTestExtension/GoogleTestAdapter.VS/Properties/AssemblyInfo.cs index 9cfc9cc89..38c30a921 100644 --- a/GoogleTestExtension/GoogleTestAdapter.VS/Properties/AssemblyInfo.cs +++ b/GoogleTestExtension/GoogleTestAdapter.VS/Properties/AssemblyInfo.cs @@ -6,12 +6,12 @@ // 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("GoogleTestAdapter")] -[assembly: AssemblyDescription("Adds support for the C++ unit testing framework Google Tests.")] +[assembly: AssemblyTitle("GoogleTestAdapter.VS")] +[assembly: AssemblyDescription("Provides main VS integration of the Google Test Adapter")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Christian Soltenborn, Jonas Gefele")] -[assembly: AssemblyProduct("GoogleTestAdapter")] -[assembly: AssemblyCopyright("")] +[assembly: AssemblyProduct("GoogleTestAdapter.VS")] +[assembly: AssemblyCopyright("Copyright © 2015, 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GoogleTestExtension/GoogleTestAdapter.VSTests/Properties/AssemblyInfo.cs b/GoogleTestExtension/GoogleTestAdapter.VSTests/Properties/AssemblyInfo.cs index 236ddb7e5..9c4dbc173 100644 --- a/GoogleTestExtension/GoogleTestAdapter.VSTests/Properties/AssemblyInfo.cs +++ b/GoogleTestExtension/GoogleTestAdapter.VSTests/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("GoogleTestAdapterVSIXTests")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Tests for the Google Test Adapter VS integration")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Christian Soltenborn, Jonas Gefele")] [assembly: AssemblyProduct("GoogleTestAdapterVSIXTests")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright © 2015, 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GoogleTestExtension/GoogleTestAdapter/Properties/AssemblyInfo.cs b/GoogleTestExtension/GoogleTestAdapter/Properties/AssemblyInfo.cs index eb78350ad..58746f2a9 100644 --- a/GoogleTestExtension/GoogleTestAdapter/Properties/AssemblyInfo.cs +++ b/GoogleTestExtension/GoogleTestAdapter/Properties/AssemblyInfo.cs @@ -5,12 +5,12 @@ // 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("NewGoogleTestAdapter")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("GoogleTestAdapter")] +[assembly: AssemblyDescription("Adds support for the C++ unit testing framework Google Tests")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("NewGoogleTestAdapter")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCompany("Christian Soltenborn, Jonas Gefele")] +[assembly: AssemblyProduct("GoogleTestAdapter")] +[assembly: AssemblyCopyright("Copyright © 2015, 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GoogleTestExtension/GoogleTestAdapterTests/Properties/AssemblyInfo.cs b/GoogleTestExtension/GoogleTestAdapterTests/Properties/AssemblyInfo.cs index 160e1b474..f732e3e1b 100644 --- a/GoogleTestExtension/GoogleTestAdapterTests/Properties/AssemblyInfo.cs +++ b/GoogleTestExtension/GoogleTestAdapterTests/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Christian Soltenborn, Jonas Gefele")] [assembly: AssemblyProduct("GoogleTestAdapterTests")] -[assembly: AssemblyCopyright("")] +[assembly: AssemblyCopyright("Copyright © 2015, 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GoogleTestExtension/GoogleTestAdapterUiTests/Properties/AssemblyInfo.cs b/GoogleTestExtension/GoogleTestAdapterUiTests/Properties/AssemblyInfo.cs index 80fe9d04e..21c04cee3 100644 --- a/GoogleTestExtension/GoogleTestAdapterUiTests/Properties/AssemblyInfo.cs +++ b/GoogleTestExtension/GoogleTestAdapterUiTests/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("GoogleTestAdapterUiTests")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("UI tests for the Google Test Adapter")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Christian Soltenborn, Jonas Gefele")] [assembly: AssemblyProduct("GoogleTestAdapterUiTests")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright © 2015, 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GoogleTestExtension/GoogleTestAdapterVSIX/Properties/AssemblyInfo.cs b/GoogleTestExtension/GoogleTestAdapterVSIX/Properties/AssemblyInfo.cs index 83645c79b..39edc2030 100644 --- a/GoogleTestExtension/GoogleTestAdapterVSIX/Properties/AssemblyInfo.cs +++ b/GoogleTestExtension/GoogleTestAdapterVSIX/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Christian Soltenborn, Jonas Gefele")] [assembly: AssemblyProduct("GoogleTestAdapterVSIX")] -[assembly: AssemblyCopyright("")] +[assembly: AssemblyCopyright("Copyright © 2015, 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/README.md b/README.md index cdfd71aa2..91202b4e6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Google Test Adapter (GTA) is a Visual Studio extension providing test discovery Google Test Adapter can be installed in two ways: * Install through the Visual Studio Gallery at *Tools/Extensions and Updates* - search for *Google Test Adapter*. This will make sure that the extension is updated automatically -* Download and launch the [VSIX installer](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.2.2/GoogleTestAdapter-0.2.2.vsix) (which can also be downloaded from the [Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/94c02701-8043-4851-8458-34f137d10874)) +* Download and launch the [VSIX installer](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.2.3/GoogleTestAdapter-0.2.3.vsix) (which can also be downloaded from the [Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/94c02701-8043-4851-8458-34f137d10874)) After restarting VS, your tests will be displayed in the test explorer at build completion time. If no or not all tests show up, switch on *Debug mode* at *Tools/Options/Google Test Adapter/General*, which will show on the test console whether your test executables are recognized by GTA. If they are not, configure a *Test discovery regex* at the same place. diff --git a/appveyor.yml b/appveyor.yml index c9a07975e..979c5baa1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.2.2.{build} +version: 0.2.3.{build} os: Visual Studio 2015 configuration: Release platform: Any CPU