Skip to content

Commit 6147f51

Browse files
Bump version
1 parent 819542e commit 6147f51

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
### 0.0.1 - 26.11.2017
1+
### 1.0.0 - 28.03.2018
22

3-
* Getting started
3+
* Initial release
4+
* Support for NUnit, XUnit and Expecto
5+
* Support for .Net Framework and .Net Core
6+
* Tree Explorer
7+
* Integration with VSCode decorations and error panel
8+
* CodeLenses for running and debugging tests

release/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
### 0.0.1 - 26.11.2017
1+
### 1.0.0 - 28.03.2018
22

3-
* Getting started
3+
* Initial release
4+
* Support for NUnit, XUnit and Expecto
5+
* Support for .Net Framework and .Net Core
6+
* Tree Explorer
7+
* Integration with VSCode decorations and error panel
8+
* CodeLenses for running and debugging tests

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": "0.0.1",
5+
"version": "1.0.0",
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)