Skip to content

Commit

Permalink
preparing release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Mar 9, 2016
1 parent 2518f31 commit a07fec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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.3.0/GoogleTestAdapter-0.3.0.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.4.0/GoogleTestAdapter-0.4.0.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, you can try one of the following options:

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.3.0.{build}
version: 0.4.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
Expand Down

0 comments on commit a07fec8

Please sign in to comment.