diff --git a/src/XPlot.Plotly/XPlot.Plotly.fsproj b/src/XPlot.Plotly/XPlot.Plotly.fsproj index 41b341b2..4939b8b7 100644 --- a/src/XPlot.Plotly/XPlot.Plotly.fsproj +++ b/src/XPlot.Plotly/XPlot.Plotly.fsproj @@ -1,8 +1,7 @@ - - + - netstandard2.0 Library + netstandard2.0 XPlot.Plotly true 4.0.0 @@ -10,6 +9,8 @@ git https://fslab.org/XPlot/ https://github.com/fslaborg/XPlot + Microsoft + Brings Plotly charting to F# and .NET developers! logo.png @@ -86,5 +87,9 @@ - - \ No newline at end of file + + + + + + diff --git a/src/XPlot.Plotly/paket.template b/src/XPlot.Plotly/paket.template deleted file mode 100644 index 88a0a3ff..00000000 --- a/src/XPlot.Plotly/paket.template +++ /dev/null @@ -1,27 +0,0 @@ -type project -owners - fslaborg -authors - fslaborg, Taha Hachana -projectUrl - http://github.com/fslaborg/XPlot -iconUrl - https://raw.githubusercontent.com/fslaborg/XPlot/master/docs/files/img/logo.png -licenseUrl - http://github.com/fslaborg/XPlot/blob/master/LICENSE.md -requireLicenseAcceptance - false -copyright - Copyright 2015-2019 -tags - F# C# .NET Jupyter fsharp data visualization html5 javascript datavis google chart plotly deedle frame dataframe -summary - A splendid data visualization library for F# and .NET -description - XPlot is a cross-platform data visualization library that supports creating charts using Plotly, Google Charts, and D3.js. The library provides a composable domain specific language for building charts and specifying their properties. - -repositoryType - git - -repositoryUrl - https://github.com/fslaborg/xplot