diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1df6e95b..022e6867 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,7 @@ -### 1.4.2-rc001 - September 25, 2016 +### 1.4.2-rc002 - September 25, 2016 +* Latest dependencies versions for the XPlot.GoogleCharts package + +### 1.4.2-rc001 - September 25, 2016 * Rationalise the GoogleChart and PlotlyChart types * Rationalise the pipeline style helpers diff --git a/src/XPlot.GoogleCharts/paket.template b/src/XPlot.GoogleCharts/paket.template index 1daedeef..1f79012d 100644 --- a/src/XPlot.GoogleCharts/paket.template +++ b/src/XPlot.GoogleCharts/paket.template @@ -20,5 +20,5 @@ summary description XPlot is a cross-platform data visualization library that supports creating charts using Google Charts and Plotly. The library provides a composable domain specific language for building charts and specifying their properties. dependencies - Google.DataTable.Net.Wrapper ~> CURRENTVERSION - Newtonsoft.Json ~> CURRENTVERSION \ No newline at end of file + Google.DataTable.Net.Wrapper + Newtonsoft.Json \ No newline at end of file