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 87337d2 commit c9cf7bfCopy full SHA for c9cf7bf
release/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 1.1.2 - 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
+
6
### 1.1.1 - 11.04.2018
7
* Add support for NUnit's TestSource
8
* Add `Go to test` command to command palette
release/package.json
@@ -2,7 +2,7 @@
"name": "neptune",
"displayName": "Neptune",
"publisher": "LambdaFactory",
- "version": "1.1.1",
+ "version": "1.1.2",
"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