From e204be357c0c2a235c8903f84922606e262d484b Mon Sep 17 00:00:00 2001 From: formulahendry Date: Sun, 17 Mar 2019 20:30:38 +0800 Subject: [PATCH] 0.6.5 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d48a100..6ba5c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.5 () +## 0.6.5 (2019-03-17) * [#190](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/190): Re-work how we fetch test results * [#188](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/188): Auto watch now works for multiple test directories diff --git a/package.json b/package.json index b61c510..7f95234 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dotnet-test-explorer", "displayName": ".NET Core Test Explorer", "description": "Test Explorer for .NET Core (MSTest, xUnit, NUnit)", - "version": "0.6.4", + "version": "0.6.5", "publisher": "formulahendry", "license": "MIT", "icon": "testexplorer_dark.png",