From 647a7b61f3e00d832ee723e5ae3959e9debaa589 Mon Sep 17 00:00:00 2001 From: Robert Sim Date: Wed, 20 Apr 2016 23:02:57 -0700 Subject: [PATCH] Release 0.90.14 (#114) * Save using a ChartControl without creating a form. * Increment version and update release notes. --- RELEASE_NOTES.md | 4 ++++ docs/content/FurtherSamplesGtk.fsx | 4 ++-- docs/content/ReferencingTheLibrary.fsx | 2 +- src/AssemblyInfo.Gtk.fs | 6 +++--- src/AssemblyInfo.fs | 6 +++--- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 36c40fc..7ce4fbe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 0.90.14 - 20.04.2016 +* Enable access to underlying .NET chart object +* Save chart objects without Form creation + #### 0.90.13 - 29.10.2015 * Fix problem https://github.com/fslaborg/FSharp.Charting/issues/33 diff --git a/docs/content/FurtherSamplesGtk.fsx b/docs/content/FurtherSamplesGtk.fsx index 4c404df..ebed81f 100644 --- a/docs/content/FurtherSamplesGtk.fsx +++ b/docs/content/FurtherSamplesGtk.fsx @@ -1,6 +1,6 @@ -// On Mac OSX use packages/FSharp.Charting.Gtk.0.90.13/FSharp.Charting.Gtk.fsx -#load "packages/FSharp.Charting.Gtk.0.90.13/FSharp.Charting.Gtk.fsx" +// On Mac OSX use packages/FSharp.Charting.Gtk.0.90.14/FSharp.Charting.Gtk.fsx +#load "packages/FSharp.Charting.Gtk.0.90.14/FSharp.Charting.Gtk.fsx" #load "EventEx-0.1.fsx" open FSharp.Charting diff --git a/docs/content/ReferencingTheLibrary.fsx b/docs/content/ReferencingTheLibrary.fsx index 2fee1df..fd3ea97 100644 --- a/docs/content/ReferencingTheLibrary.fsx +++ b/docs/content/ReferencingTheLibrary.fsx @@ -5,7 +5,7 @@ F# Charting is most often used from F# scripts. To use the library in a script, load the `FSharp.Charting.fsx` file, for example from the NuGet package: *) -// On Mac OSX use packages/FSharp.Charting.Gtk.0.90.13/FSharp.Charting.Gtk.fsx +// On Mac OSX use packages/FSharp.Charting.Gtk.0.90.14/FSharp.Charting.Gtk.fsx #load "packages/FSharp.Charting/FSharp.Charting.fsx" (** You can now create a chart: diff --git a/src/AssemblyInfo.Gtk.fs b/src/AssemblyInfo.Gtk.fs index 91d2cf6..1f13fee 100644 --- a/src/AssemblyInfo.Gtk.fs +++ b/src/AssemblyInfo.Gtk.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.90.13" + let [] Version = "0.90.14" diff --git a/src/AssemblyInfo.fs b/src/AssemblyInfo.fs index b6ca306..8c72c58 100644 --- a/src/AssemblyInfo.fs +++ b/src/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.90.13" + let [] Version = "0.90.14"