Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Jun 26, 2018
1 parent ca04a30 commit 9970eaf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
3 changes: 0 additions & 3 deletions GoogleTestAdapter/DiaResolver/DiaResolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(NuGetPackages)MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition="Exists('$(NuGetPackages)MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion GoogleTestAdapter/Packaging.GTA/VsPackage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata minClientVersion="2.8">
<id>GoogleTestAdapter</id>
<version>0.13.0</version>
<version>0.13.1</version>
<title>Google Test Adapter</title>
<authors>Christian Soltenborn</authors>
<owners>Christian Soltenborn</owners>
Expand Down
3 changes: 2 additions & 1 deletion GoogleTestAdapter/VsPackage.GTA/ReleaseNotes/History.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ static History()
{ new Version(0, 12, 1), new DateTime(2017, 11, 16) },
{ new Version(0, 12, 2), new DateTime(2017, 12, 6) },
{ new Version(0, 12, 3), new DateTime(2017, 12, 9) },
{ Donations.Version, new DateTime(2018, 6, 25) }
{ Donations.Version, new DateTime(2018, 6, 25) },
{ new Version(0, 13, 1), new DateTime(2018, 6, 26) }
};
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* bugfix: an empty *Working directory* option would result in the `$(ExecutableDir)` placeholder being used as working dir ([#204](https://github.com/csoltenborn/GoogleTestAdapter/issues/204), thanks to [DOTTEL Ga&euml;l](https://github.com/pifopi) for report and testing)
* bugfix: invalid entries in PATH variable could make `PdbLocator` crash ([#227](https://github.com/csoltenborn/GoogleTestAdapter/issues/227), thanks to [lyn444](https://github.com/lyn444) for report and testing)
3 changes: 3 additions & 0 deletions GoogleTestAdapter/VsPackage.GTA/VsPackage.GTA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@
<Content Include="Resources\ReleaseNotes\0.13.0.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\ReleaseNotes\0.13.1.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<VSCTCompile Include="GoogleTestExtensionOptionsPage.vsct">
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build status](https://ci.appveyor.com/api/projects/status/8hdgmdy1ogqi606j/branch/master?svg=true)](https://ci.appveyor.com/project/csoltenborn/googletestadapter-u1cxh/branch/master)
[![Code coverage](https://codecov.io/gh/csoltenborn/GoogleTestAdapter/branch/master/graph/badge.svg)](https://codecov.io/gh/csoltenborn/GoogleTestAdapter)
[![Visual Studio Marketplace downloads](https://img.shields.io/badge/vs_marketplace-73k-blue.svg)](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter)
[![Visual Studio Marketplace downloads](https://img.shields.io/badge/vs_marketplace-75k-blue.svg)](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter)
[![NuGet downloads](https://img.shields.io/nuget/dt/GoogleTestAdapter.svg?colorB=0c7dbe&label=nuget)](https://www.nuget.org/packages/GoogleTestAdapter)


Expand Down Expand Up @@ -49,14 +49,14 @@ Please note that I will see your donations as appreciation of my work so far and

#### Installation

[![Download from Visual Studio Marketplace](https://img.shields.io/badge/vs_marketplace-v0.13.0-blue.svg)](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter)
[![Download from Visual Studio Marketplace](https://img.shields.io/badge/vs_marketplace-v0.13.1-blue.svg)](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter)
[![Download from NuGet](https://img.shields.io/nuget/vpre/GoogleTestAdapter.svg?colorB=0c7dbe&label=nuget)](https://www.nuget.org/packages/GoogleTestAdapter)
[![Download at GitHub](https://img.shields.io/github/release/csoltenborn/GoogleTestAdapter/all.svg?colorB=0c7dbe&label=github)](https://github.com/csoltenborn/GoogleTestAdapter/releases)
[![Download from GitHub](https://img.shields.io/github/release/csoltenborn/GoogleTestAdapter/all.svg?colorB=0c7dbe&label=github)](https://github.com/csoltenborn/GoogleTestAdapter/releases)

Google Test Adapter can be installed in three ways:

* Install through the Visual Studio Marketplace at *Tools/Extensions and Updates* - search for *Google Test Adapter*.
* Download and launch the VSIX installer from either the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) or [GitHub](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.13.0/GoogleTestAdapter-0.13.0.vsix)
* Download and launch the VSIX installer from either the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) or [GitHub](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.13.1/GoogleTestAdapter-0.13.1.vsix)
* Add a NuGet dependency to the [Google test adapter nuget package](https://www.nuget.org/packages/GoogleTestAdapter/) to your Google Test projects. Note, however, that Visual Studio integration is limited this way: VS can discover and run tests, but no debugging, options or toolbar will be available; configuration is only possible through solution config files (see below).

After restarting VS, your tests will be displayed in the Test Explorer at build completion time. If no or not all tests show up, have a look at the [trouble shooting section](#trouble_shooting).
Expand Down
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.13.0.{build}
version: 0.13.1.{build}
os:
- Visual Studio 2017
configuration: Release
Expand Down Expand Up @@ -103,10 +103,10 @@ deploy:
on:
branch: master
appveyor_repo_tag: true
- provider: NuGet
api_key:
secure: rx+/6IsV+rGqz6/fd3QD6nag41KxW+iGxMTq7Hm3cV03r/TRUub8R6xJA9TjW0mG
skip_symbols: true
on:
branch: master
appveyor_repo_tag: true
# - provider: NuGet
# api_key:
# secure: rx+/6IsV+rGqz6/fd3QD6nag41KxW+iGxMTq7Hm3cV03r/TRUub8R6xJA9TjW0mG
# skip_symbols: true
# on:
# branch: master
# appveyor_repo_tag: true

0 comments on commit 9970eaf

Please sign in to comment.