File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 1.9.0 - 29.01.2018
2+ * Add icons & menus to paket files
3+
14### 1.8.1 - 26.10.2017
25* Completions for ` storage ` and ` restriction `
36* Add support for ` Why ` command
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Target "DotNetRestore" <| fun () ->
8989 DotNetCli.Restore ( fun p -> { p with WorkingDir = " src" } )
9090
9191let runFable additionalArgs =
92- let cmd = " fable webpack -- --config ../ webpack.config.js " + additionalArgs
92+ let cmd = " fable webpack -- --config webpack.config.js " + additionalArgs
9393 DotNetCli.RunCommand ( fun p -> { p with WorkingDir = " src" } ) cmd
9494
9595Target " Build" ( fun _ ->
Original file line number Diff line number Diff line change 1+ ### 1.9.0 - 29.01.2018
2+ * Add icons & menus to paket files
3+
14### 1.8.1 - 26.10.2017
25* Completions for ` storage ` and ` restriction `
36* Add support for ` Why ` command
4- * Update obsolate Paket API calls
7+ * Update obsolete Paket API calls
58
69### 1.7.3 - 30.07.2017
710* Update bootstrapper version
Original file line number Diff line number Diff line change 11{
22 "name" : " Ionide-Paket" ,
3- "version" : " 1.8.1 " ,
3+ "version" : " 1.9.0 " ,
44 "publisher" : " Ionide" ,
55 "description" : " Paket (alternative NuGet client) Support" ,
66 "categories" :[
You can’t perform that action at this time.
0 commit comments