Skip to content

Commit ba37a65

Browse files
Bump version to 1.0.6
1 parent 7dc44c2 commit ba37a65

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 1.0.6 - 02.12.2015
2+
* Fix backtick autocomplete problem
3+
14
#### 1.0.5 - 01.12.2015
25
* Fix quick info priority
36

build.cmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
@echo off
22
cls
33

4-
5-
64
packages\FAKE\tools\FAKE.exe build.fsx %* --nocache

release/RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
#### 1.0.6 - 02.12.2015
2+
* Fix backtick autocomplete problem
3+
14
#### 1.0.5 - 01.12.2015
25
* Fix quick info priority
36

47
#### 1.0.4 - 26.11.2015
58
* Fix grammar
69

710
#### 1.0.3 - 21.11.2015
8-
* Fix dependency
11+
* Fix dependency
912

1013
#### 1.0.2 - 20.11.2015
1114
* First release from FAKE

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ionide-fsharp",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"publisher": "Ionide",
55
"description": "F# Language Support",
66
"categories":[

0 commit comments

Comments
 (0)