Skip to content

Commit 11cfc7d

Browse files
Bump version to 2.0.0
1 parent da2952e commit 11cfc7d

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

RELEASE_NOTES.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 2.0.0 - 17.07.2016
2+
* Rewritten in Fable
3+
* Updated Forge version
4+
* Updated FSAC version
5+
* Automatic add/remove file from project is now optional (FSharp.automaticProjectModification)
6+
* Performance improvements for solution-wide features (rename, finding references)
7+
* Finding errors in all solution after saving file (visable in error panel)
8+
* Navigate to symbol working for whole solution
9+
* Forge templates refreshed on every plugin startup
10+
* Changed plugin startup beahviour - priority on getting currently opened file parsed and get feature working, parsing projects for solution-wide features in the background
11+
* Removed F# Formatting integration
12+
113
### 1.9.2 - 18.06.2016
214
* Add and Remove reference
315

@@ -50,7 +62,7 @@
5062
* Fix startup behaviour
5163

5264
### 1.5.0 - 16.03.2016
53-
* Add rename
65+
* Add rename
5466
* Make finding references work in multiple projects
5567

5668
### 1.4.2 - 16.03.2016
@@ -61,7 +73,7 @@
6173

6274
### 1.4.0 - 14.03.2016
6375
* Add current symbol highlighting
64-
* Add XML comments for tooltips and autocomplete
76+
* Add XML comments for tooltips and autocomplete
6577

6678
#### 1.3.0 - 25.02.2016
6779
* Add WebPreview

release/RELEASE_NOTES.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 2.0.0 - 17.07.2016
2+
* Rewritten in Fable
3+
* Updated Forge version
4+
* Updated FSAC version
5+
* Automatic add/remove file from project is now optional (FSharp.automaticProjectModification)
6+
* Performance improvements for solution-wide features (rename, finding references)
7+
* Finding errors in all solution after saving file (visable in error panel)
8+
* Navigate to symbol working for whole solution
9+
* Forge templates refreshed on every plugin startup
10+
* Changed plugin startup beahviour - priority on getting currently opened file parsed and get feature working, parsing projects for solution-wide features in the background
11+
* Removed F# Formatting integration
12+
113
### 1.9.2 - 18.06.2016
214
* Add and Remove reference
315

@@ -50,7 +62,7 @@
5062
* Fix startup behaviour
5163

5264
### 1.5.0 - 16.03.2016
53-
* Add rename
65+
* Add rename
5466
* Make finding references work in multiple projects
5567

5668
### 1.4.2 - 16.03.2016
@@ -61,7 +73,7 @@
6173

6274
### 1.4.0 - 14.03.2016
6375
* Add current symbol highlighting
64-
* Add XML comments for tooltips and autocomplete
76+
* Add XML comments for tooltips and autocomplete
6577

6678
#### 1.3.0 - 25.02.2016
6779
* Add WebPreview

release/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ionide-fsharp",
3-
"version": "1.9.2",
3+
"version": "2.0.0",
44
"publisher": "Ionide",
55
"description": "F# Language Support",
66
"categories": [
@@ -156,12 +156,12 @@
156156
],
157157
"configuration": {
158158
"type": "object",
159-
"title": "FAKE configuration",
159+
"title": "FSharp configuration",
160160
"properties": {
161161
"FSharp.automaticProjectModification": {
162162
"type": "boolean",
163163
"default": false,
164-
"description": "Automatically shows FAKE output panel"
164+
"description": "Automatically modifies fsproj on file add/remove"
165165
}
166166
}
167167
}

0 commit comments

Comments
 (0)