Skip to content

Commit a50c833

Browse files
committed
update to dynobj v7
1 parent 90bd8ba commit a50c833

File tree

77 files changed

+149
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+149
-162
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,4 @@ temp/gh-pages
196196
/plotly-net-gource.gif
197197
/plotly-gource.x264.avi
198198
/plotly-gource.ppm
199+
/tests/InteractiveTests/pkg

docs/3D-charts/3d-cone-charts.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ index: 4
1010
(*** hide ***)
1111

1212
(*** condition: prepare ***)
13-
#r "nuget: Newtonsoft.JSON, 13.0.1"
14-
#r "nuget: DynamicObj, 2.0.0"
13+
#r "nuget: Newtonsoft.JSON, 13.0.3"
14+
#r "nuget: DynamicObj, 7.0.1"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
1616
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

docs/3D-charts/3d-mesh-plots.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ index: 3
1010
(*** hide ***)
1111

1212
(*** condition: prepare ***)
13-
#r "nuget: Newtonsoft.JSON, 13.0.1"
14-
#r "nuget: DynamicObj, 2.0.0"
13+
#r "nuget: Newtonsoft.JSON, 13.0.3"
14+
#r "nuget: DynamicObj, 7.0.1"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
1616
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

docs/3D-charts/3d-scatter-plots.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ index: 1
1111
(*** hide ***)
1212

1313
(*** condition: prepare ***)
14-
#r "nuget: Newtonsoft.JSON, 13.0.1"
15-
#r "nuget: DynamicObj, 2.0.0"
14+
#r "nuget: Newtonsoft.JSON, 13.0.3"
15+
#r "nuget: DynamicObj, 7.0.1"
1616
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
1717
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1818

docs/3D-charts/3d-streamtube-plots.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ index: 5
1010
(*** hide ***)
1111

1212
(*** condition: prepare ***)
13-
#r "nuget: Newtonsoft.JSON, 13.0.1"
14-
#r "nuget: DynamicObj, 2.0.0"
13+
#r "nuget: Newtonsoft.JSON, 13.0.3"
14+
#r "nuget: DynamicObj, 7.0.1"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
1616
#r "../data/Deedle.dll"
1717
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"

docs/3D-charts/3d-surface-plots.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ index: 2
1010
(*** hide ***)
1111

1212
(*** condition: prepare ***)
13-
#r "nuget: Newtonsoft.JSON, 13.0.1"
14-
#r "nuget: DynamicObj, 2.0.0"
13+
#r "nuget: Newtonsoft.JSON, 13.0.3"
14+
#r "nuget: DynamicObj, 7.0.1"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
1616
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

docs/3D-charts/3d-volume-plots.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ index: 6
1010
(*** hide ***)
1111

1212
(*** condition: prepare ***)
13-
#r "nuget: Newtonsoft.JSON, 13.0.1"
14-
#r "nuget: DynamicObj, 2.0.0"
13+
#r "nuget: Newtonsoft.JSON, 13.0.3"
14+
#r "nuget: DynamicObj, 7.0.1"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
1616
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

docs/404.fsx.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
(*** condition: prepare ***)
44
#r "nuget: Deedle"
55
#r "nuget: FsHttp"
6-
#r "nuget: Newtonsoft.JSON, 13.0.1"
7-
#r "nuget: DynamicObj, 2.0.0"
6+
#r "nuget: Newtonsoft.JSON, 13.0.3"
7+
#r "nuget: DynamicObj, 7.0.1"
88
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
99
#r "../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1010

docs/NuGet.config

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/carpet-charts/carpet_line_scatter_plots.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ index: 1
1010
(*** hide ***)
1111

1212
(*** condition: prepare ***)
13-
#r "nuget: Newtonsoft.JSON, 13.0.1"
14-
#r "nuget: DynamicObj, 2.0.0"
13+
#r "nuget: Newtonsoft.JSON, 13.0.3"
14+
#r "nuget: DynamicObj, 7.0.1"
1515
#r "nuget: Giraffe.ViewEngine.StrongName, 2.0.0-alpha1"
1616
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

0 commit comments

Comments
 (0)