From 2f12634899a7b61afe166681a95dc2e3a0b2ee7d Mon Sep 17 00:00:00 2001 From: Robert Sim Date: Fri, 11 Aug 2017 12:26:36 -0700 Subject: [PATCH] Release 0.91.1 --- RELEASE_NOTES.md | 4 ++++ docs/content/ReferencingTheLibrary.fsx | 2 +- src/AssemblyInfo.Gtk.fs | 8 ++++---- src/AssemblyInfo.fs | 8 ++++---- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bd37863..a06d547 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 0.91.1 11.08.2017 +* Fix #133 +* Add Candlestick charts. #131 + #### 0.91.0 07.06.2017 * Update packages * Use paket to build nuget packages diff --git a/docs/content/ReferencingTheLibrary.fsx b/docs/content/ReferencingTheLibrary.fsx index ed8349b..d141984 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.91.0/FSharp.Charting.Gtk.fsx +// On Mac OSX use packages/FSharp.Charting.Gtk.0.91.1/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 50c16c7..d269fe3 100644 --- a/src/AssemblyInfo.Gtk.fs +++ b/src/AssemblyInfo.Gtk.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.Charting.Gtk" let [] AssemblyProduct = "FSharp.Charting.Gtk" let [] AssemblyDescription = "A Charting Library for F# (Gtk, cross-platform)" - let [] AssemblyVersion = "0.91.0" - let [] AssemblyFileVersion = "0.91.0" + let [] AssemblyVersion = "0.91.1" + let [] AssemblyFileVersion = "0.91.1" diff --git a/src/AssemblyInfo.fs b/src/AssemblyInfo.fs index 18c9bd0..b406c91 100644 --- a/src/AssemblyInfo.fs +++ b/src/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.Charting" let [] AssemblyProduct = "FSharp.Charting" let [] AssemblyDescription = "A Charting Library for F#" - let [] AssemblyVersion = "0.91.0" - let [] AssemblyFileVersion = "0.91.0" + let [] AssemblyVersion = "0.91.1" + let [] AssemblyFileVersion = "0.91.1"