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 1ca7ad4 commit ba46e3fCopy full SHA for ba46e3f
release/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 1.3.4 - 18.07.2018
2
+* Fix detection of Expectot tests using lambda syntax (without `<|`)
3
+* Fix race condition for project parsing at the startup of plugin.
4
+* Fix running .Net Core expecto tests.
5
+
6
### 1.3.3 - 26.06.2018
7
* Code Coverage changes:
8
- disable code coverage by default
release/package.json
@@ -2,7 +2,7 @@
"name": "neptune",
"displayName": "Neptune",
"publisher": "LambdaFactory",
- "version": "1.3.3",
+ "version": "1.3.4",
"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