Skip to content

Commit

Permalink
Bump version - 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jun 26, 2018
1 parent 5f03310 commit 232a24e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 1.3.1 - 26.06.2018
* Code Coverage changes:
- disable code coverage by default
- add code coverage toggle to settings
- don't copy code coverage targets if feature is disabled

* License Key handling changes:
- make sure we ask for license key in all cases
- add `Neptune: Set License Key` command

### 1.3.0 - 7.05.2018
* PREVIEW: Initial version of Code Coverage - NUnit/XUnit for .Net Core

Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "neptune",
"displayName": "Neptune",
"publisher": "LambdaFactory",
"version": "1.3.0",
"version": "1.3.1",
"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.",
Expand Down

0 comments on commit 232a24e

Please sign in to comment.