Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Apr 16, 2018
1 parent 631435d commit 7e593d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.2 ()
## 0.2.2 (2018-04-16)
* [#50](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/52): Can use relative path for test result file path
* [#45](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/45): Run test(s) in context
* [#46](https://github.com/formulahendry/vscode-dotnet-test-explorer/pull/48): Changing pathForResultFile does not require code reload
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

* [.NET Core](https://www.microsoft.com/net/core) is installed

# Usage
## Usage

Open a .NET Core test project, or set `dotnet-test-explorer.testProjectPath` to the folder path of .NET Core test project. Then, you will see all the tests in Test Explorer.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dotnet-test-explorer",
"displayName": ".NET Core Test Explorer",
"description": "Test Explorer for .NET Core (MSTest, xUnit, NUnit)",
"version": "0.2.1",
"version": "0.2.2",
"publisher": "formulahendry",
"license": "MIT",
"icon": "logo.png",
Expand Down

0 comments on commit 7e593d9

Please sign in to comment.