Skip to content

Commit 232a24e

Browse files
Bump version - 1.3.1
1 parent 5f03310 commit 232a24e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

release/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 1.3.1 - 26.06.2018
2+
* Code Coverage changes:
3+
- disable code coverage by default
4+
- add code coverage toggle to settings
5+
- don't copy code coverage targets if feature is disabled
6+
7+
* License Key handling changes:
8+
- make sure we ask for license key in all cases
9+
- add `Neptune: Set License Key` command
10+
111
### 1.3.0 - 7.05.2018
212
* PREVIEW: Initial version of Code Coverage - NUnit/XUnit for .Net Core
313

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neptune",
33
"displayName": "Neptune",
44
"publisher": "LambdaFactory",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"preview": true,
77
"license": "SEE LICENSE IN LICENSE.md",
88
"description": "Visual Studio Code extension adding first class support for F# unit testing for both .Net Framework and .Net Core.",

0 commit comments

Comments
 (0)