Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Guerra committed Oct 12, 2014
1 parent 3315282 commit 0dd245a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* New logo.
* Added HTML parser and HtmlProvider.
* Detect and ignore trailing empty header columns in CSV/TSV files.
* Fixed strings with only whitespace being lost in JsonProvider.

#### 2.0.15 - September 23 2014
* Fixed crash when disposing CsvProvider instances.
Expand Down
8 changes: 4 additions & 4 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
NUGET
remote: http://nuget.org/api/v2
specs:
FAKE (3.5.4)
FAKE (3.5.11)
FsCheck (0.9.2.0)
FSharp.Charting (0.90.7)
FSharp.Compiler.Service (0.0.62)
FSharp.Formatting (2.4.25)
FSharp.Formatting (2.4.30)
FSharp.Compiler.Service (>= 0.0.62)
Microsoft.AspNet.Razor (2.0.30506.0)
RazorEngine (3.3.0)
FSharp.Compiler.Service (>= 0.0.59)
Microsoft.AspNet.Razor (2.0.30506.0)
Nancy (0.23.2)
Nancy.Hosting.Self (0.23.2)
Expand All @@ -18,5 +18,5 @@ NUGET
NUnit.Runners (2.6.3)
RazorEngine (3.3.0)
Microsoft.AspNet.Razor (>= 2.0.30506.0)
SourceLink.Fake (0.3.4)
SourceLink.Fake (0.4.0)
Zlib.Portable (1.10.0)
8 changes: 4 additions & 4 deletions updateDocTools.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
xcopy /y ..\FSharp.Compiler.Service\bin\*.* packages\FSharp.Compiler.Service.0.0.59\lib\net40
xcopy /y ..\FSharp.Compiler.Service\bin\*.* ..\FSharp.Formatting\packages\FSharp.Compiler.Service.0.0.59\lib\net40
xcopy /y ..\FSharp.Formatting\bin\*.* packages\FSharp.Formatting.2.4.21\lib\net40
xcopy /y /s ..\FSharp.Formatting\misc\templates\*.* packages\FSharp.Formatting.2.4.21\templates
xcopy /y ..\FSharp.Compiler.Service\bin\*.* packages\FSharp.Compiler.Service\lib\net40
xcopy /y ..\FSharp.Compiler.Service\bin\*.* ..\FSharp.Formatting\packages\FSharp.Compiler.Service\lib\net40
xcopy /y ..\FSharp.Formatting\bin\*.* packages\FSharp.Formatting\lib\net40
xcopy /y /s ..\FSharp.Formatting\misc\templates\*.* packages\FSharp.Formatting\templates

0 comments on commit 0dd245a

Please sign in to comment.