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 2e1b3b3 commit 0ddf961Copy full SHA for 0ddf961
release/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 1.0.6 - 29.03.2018
2
+* Make sure tests are not detected multiple times by different detectors.
3
+
4
### 1.0.5 - 29.03.2018
5
* Fix problem with running XUnit test for Full Framework, old style projects.
6
release/package.json
@@ -2,7 +2,7 @@
"name": "neptune",
"displayName": "Neptune",
"publisher": "LambdaFactory",
- "version": "1.0.5",
+ "version": "1.0.6",
"preview": true,
7
"license": "SEE LICENSE IN LICENSE.md",
8
"description": "Visual Studio Code extension adding first class support for F# unit testing for both .Net Framework and .Net Core.",
0 commit comments