From ed14f20c263dea685c6e97fb6085ff536fe67c75 Mon Sep 17 00:00:00 2001 From: Christian Soltenborn Date: Sun, 27 Mar 2016 10:53:16 +0200 Subject: [PATCH] preparing release --- README.md | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c87821648..63122a448 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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.5.0/GoogleTestAdapter-0.5.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.5.1/GoogleTestAdapter-0.5.1.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: diff --git a/appveyor.yml b/appveyor.yml index c1f37bec1..0ee2a182c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.5.0.{build} +version: 0.5.1.{build} os: Visual Studio 2015 configuration: Release platform: Any CPU