Skip to content

Commit a2c7ec5

Browse files
committed
0.5.4
1 parent a6997af commit a2c7ec5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.5.4 ()
1+
## 0.5.4 (2018-09-26)
22
* [#146](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/146): Support dot in inline data
33
* [#142](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/142): Fix for tests with similar names get run together
44
* [#141](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/141): Better navigate to test when multiple symbols points to same test

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
* [.NET Core](https://www.microsoft.com/net/core) is installed
1212
* NUnit and MsTest requires a dotnet [sdk](https://www.microsoft.com/net/download) version of >= 2.1.2 and running dotnet tooling in english (see [#77](https://github.com/formulahendry/vscode-dotnet-test-explorer/issues/77) for details).
1313

14-
## New in 0.5.3
14+
## New in 0.5.4
1515

16-
* Better support for TestFixture attribute in nunit that leads to it actually showing up in the tree
17-
* If you are on windows and using special chars in your test cases your life will now be slightly less miserable.
16+
* Test cases that contains dots does not break the tree
17+
* Running a single test should just run that test and not other tests that has a similar name
18+
* Navigation to test where many symbols points to same test should work better
1819

1920
## Usage
2021

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dotnet-test-explorer",
33
"displayName": ".NET Core Test Explorer",
44
"description": "Test Explorer for .NET Core (MSTest, xUnit, NUnit)",
5-
"version": "0.5.3",
5+
"version": "0.5.4",
66
"publisher": "formulahendry",
77
"license": "MIT",
88
"icon": "testexplorer_dark.png",

0 commit comments

Comments
 (0)