Skip to content

Commit

Permalink
Prepare for v1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyHendriks committed Dec 8, 2018
1 parent afe09a4 commit 9357f18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

Changes are relative to v1.0.0

## Changes for next release
## Changes for v1.4.2

This version adds support for VS2019. It also updates the Microsoft.TestPlatform.ObjectModel to version 15.9.0.

### Bug fixes

- Bug: When tests are run via "Debug Selected Tests" the working directory is set incorrectly. Fixed.

## Changes for v1.4.1

This version adds support for VS2019. It also updates the Microsoft.TestPlatform.ObjectModel to version 15.9.0.

## Changes for v1.4.0

### Extended Features
Expand Down
3 changes: 3 additions & 0 deletions VSIX/VSTestAdapterCatch2/RELEASENOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release Notes for v1.4.1 of the Test Adapter for Catch2
This version adds support for VS2019. It also updates the Microsoft.TestPlatform.ObjectModel to version 15.9.0.
# Bug fixes
- Bug: When tests are run via "Debug Selected Tests" the working directory is set incorrectly. Fixed.

Release Notes for v1.4.0 of the Test Adapter for Catch2
This version is mostly a bug fix release.
# Extended Features
Expand Down
2 changes: 1 addition & 1 deletion VSIX/VSTestAdapterCatch2/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="VSTestAdapterCatch2.73ba8471-3771-47bf-bd23-49a1ba09af89" Version="1.4.1" Language="en-US" Publisher="Johnny Hendriks" />
<Identity Id="VSTestAdapterCatch2.73ba8471-3771-47bf-bd23-49a1ba09af89" Version="1.4.2" Language="en-US" Publisher="Johnny Hendriks" />
<DisplayName>Test Adapter for Catch2</DisplayName>
<Description xml:space="preserve">Test Adapter for use with the Catch2 C++ unit test framework.</Description>
<MoreInfo>https://github.com/JohnnyHendriks/TestAdapter_Catch2</MoreInfo>
Expand Down

0 comments on commit 9357f18

Please sign in to comment.