Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jul 17, 2016
1 parent da2952e commit 11cfc7d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
16 changes: 14 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 2.0.0 - 17.07.2016
* Rewritten in Fable
* Updated Forge version
* Updated FSAC version
* Automatic add/remove file from project is now optional (FSharp.automaticProjectModification)
* Performance improvements for solution-wide features (rename, finding references)
* Finding errors in all solution after saving file (visable in error panel)
* Navigate to symbol working for whole solution
* Forge templates refreshed on every plugin startup
* Changed plugin startup beahviour - priority on getting currently opened file parsed and get feature working, parsing projects for solution-wide features in the background
* Removed F# Formatting integration

### 1.9.2 - 18.06.2016
* Add and Remove reference

Expand Down Expand Up @@ -50,7 +62,7 @@
* Fix startup behaviour

### 1.5.0 - 16.03.2016
* Add rename
* Add rename
* Make finding references work in multiple projects

### 1.4.2 - 16.03.2016
Expand All @@ -61,7 +73,7 @@

### 1.4.0 - 14.03.2016
* Add current symbol highlighting
* Add XML comments for tooltips and autocomplete
* Add XML comments for tooltips and autocomplete

#### 1.3.0 - 25.02.2016
* Add WebPreview
Expand Down
16 changes: 14 additions & 2 deletions release/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 2.0.0 - 17.07.2016
* Rewritten in Fable
* Updated Forge version
* Updated FSAC version
* Automatic add/remove file from project is now optional (FSharp.automaticProjectModification)
* Performance improvements for solution-wide features (rename, finding references)
* Finding errors in all solution after saving file (visable in error panel)
* Navigate to symbol working for whole solution
* Forge templates refreshed on every plugin startup
* Changed plugin startup beahviour - priority on getting currently opened file parsed and get feature working, parsing projects for solution-wide features in the background
* Removed F# Formatting integration

### 1.9.2 - 18.06.2016
* Add and Remove reference

Expand Down Expand Up @@ -50,7 +62,7 @@
* Fix startup behaviour

### 1.5.0 - 16.03.2016
* Add rename
* Add rename
* Make finding references work in multiple projects

### 1.4.2 - 16.03.2016
Expand All @@ -61,7 +73,7 @@

### 1.4.0 - 14.03.2016
* Add current symbol highlighting
* Add XML comments for tooltips and autocomplete
* Add XML comments for tooltips and autocomplete

#### 1.3.0 - 25.02.2016
* Add WebPreview
Expand Down
6 changes: 3 additions & 3 deletions release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ionide-fsharp",
"version": "1.9.2",
"version": "2.0.0",
"publisher": "Ionide",
"description": "F# Language Support",
"categories": [
Expand Down Expand Up @@ -156,12 +156,12 @@
],
"configuration": {
"type": "object",
"title": "FAKE configuration",
"title": "FSharp configuration",
"properties": {
"FSharp.automaticProjectModification": {
"type": "boolean",
"default": false,
"description": "Automatically shows FAKE output panel"
"description": "Automatically modifies fsproj on file add/remove"
}
}
}
Expand Down

0 comments on commit 11cfc7d

Please sign in to comment.