We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e6d3c commit bbb4497Copy full SHA for bbb4497
release/CHANGELOG.md
@@ -1,7 +1,8 @@
1
-### 1.1.2 - 14.04.2018
+### 1.1.3 - 14.04.2018
2
* Fix test reporting for NUnit's TestSource
3
* Add icon for `Go to test` command
4
* Fix test reporting for NUnit/XUnit tests ending with `(Some text)`
5
+* Remove trailing 0s from the timer in the tree view
6
7
### 1.1.1 - 11.04.2018
8
* Add support for NUnit's TestSource
release/package.json
@@ -2,7 +2,7 @@
"name": "neptune",
"displayName": "Neptune",
"publisher": "LambdaFactory",
- "version": "1.1.2",
+ "version": "1.1.3",
"preview": true,
"license": "SEE LICENSE IN LICENSE.md",
"description": "Visual Studio Code extension adding first class support for F# unit testing for both .Net Framework and .Net Core.",
0 commit comments