From 128180a8b1de5ad70a7fb4d000302f916a395f4e Mon Sep 17 00:00:00 2001 From: Taha Hachana Date: Tue, 25 Aug 2015 08:43:34 +0100 Subject: [PATCH] Bump version to 1.2.1 --- RELEASE_NOTES.md | 5 ++++- src/XPlot.GoogleCharts.Deedle/AssemblyInfo.fs | 6 +++--- src/XPlot.GoogleCharts.WPF/AssemblyInfo.fs | 6 +++--- src/XPlot.GoogleCharts/AssemblyInfo.fs | 6 +++--- src/XPlot.Plotly.WPF/AssemblyInfo.fs | 6 +++--- src/XPlot.Plotly/AssemblyInfo.fs | 6 +++--- 6 files changed, 19 insertions(+), 16 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aadd199d..b7f29973 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,7 @@ -### 1.2.0 - June 6, 2015 +### 1.2.1 - August 25, 2015 +* Set HTML charset attribute to UTF-8 in template + +### 1.2.0 - June 6, 2015 * Fix data table generation for non-overlapping series ### 1.1.9 - May 28, 2015 diff --git a/src/XPlot.GoogleCharts.Deedle/AssemblyInfo.fs b/src/XPlot.GoogleCharts.Deedle/AssemblyInfo.fs index 2545601b..3b93b5f4 100644 --- a/src/XPlot.GoogleCharts.Deedle/AssemblyInfo.fs +++ b/src/XPlot.GoogleCharts.Deedle/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.2.0" + let [] Version = "1.2.1" diff --git a/src/XPlot.GoogleCharts.WPF/AssemblyInfo.fs b/src/XPlot.GoogleCharts.WPF/AssemblyInfo.fs index 786f3dbc..3f06a764 100644 --- a/src/XPlot.GoogleCharts.WPF/AssemblyInfo.fs +++ b/src/XPlot.GoogleCharts.WPF/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.2.0" + let [] Version = "1.2.1" diff --git a/src/XPlot.GoogleCharts/AssemblyInfo.fs b/src/XPlot.GoogleCharts/AssemblyInfo.fs index bf1d16ef..17aa92a1 100644 --- a/src/XPlot.GoogleCharts/AssemblyInfo.fs +++ b/src/XPlot.GoogleCharts/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.2.0" + let [] Version = "1.2.1" diff --git a/src/XPlot.Plotly.WPF/AssemblyInfo.fs b/src/XPlot.Plotly.WPF/AssemblyInfo.fs index 26744385..ab1f7daa 100644 --- a/src/XPlot.Plotly.WPF/AssemblyInfo.fs +++ b/src/XPlot.Plotly.WPF/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.2.0" + let [] Version = "1.2.1" diff --git a/src/XPlot.Plotly/AssemblyInfo.fs b/src/XPlot.Plotly/AssemblyInfo.fs index 6c08ac3e..2ae86f01 100644 --- a/src/XPlot.Plotly/AssemblyInfo.fs +++ b/src/XPlot.Plotly/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.2.0" + let [] Version = "1.2.1"