Skip to content

Commit

Permalink
updated versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Jan 7, 2016
1 parent 667d2fe commit 1380fcb
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions GoogleTestExtension/DiaAdapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
10 changes: 5 additions & 5 deletions GoogleTestExtension/GoogleTestAdapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.2.{build}
version: 0.2.3.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
Expand Down

0 comments on commit 1380fcb

Please sign in to comment.