Skip to content

Commit 7a8a56f

Browse files
committed
update dependencies, fix docs references
1 parent 22d93d6 commit 7a8a56f

File tree

65 files changed

+129
-129
lines changed

Some content is hidden

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

65 files changed

+129
-129
lines changed

docs/00_0_basics.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, 12.0.3"
15-
#r "nuget: DynamicObj"
14+
#r "nuget: Newtonsoft.JSON, 13.0.1"
15+
#r "nuget: DynamicObj, 1.0.1"
1616
open DynamicObj
1717
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1818

docs/00_1_image-export.fsx

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

1313
(*** condition: prepare ***)
14-
#r "nuget: Newtonsoft.JSON, 12.0.3"
15-
#r "nuget: DynamicObj"
14+
#r "nuget: Newtonsoft.JSON, 13.0.1"
15+
#r "nuget: DynamicObj, 1.0.1"
1616
#r "nuget: PuppeteerSharp"
1717
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1818
#r "../bin/Plotly.NET.ImageExport/netstandard2.0/Plotly.NET.ImageExport.dll"

docs/00_2_display-options.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, 12.0.3"
14-
#r "nuget: DynamicObj"
13+
#r "nuget: Newtonsoft.JSON, 13.0.1"
14+
#r "nuget: DynamicObj, 1.0.1"
1515
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1616

1717
(*** condition: ipynb ***)

docs/00_3_chart-config.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, 12.0.3"
14-
#r "nuget: DynamicObj"
13+
#r "nuget: Newtonsoft.JSON, 13.0.1"
14+
#r "nuget: DynamicObj, 1.0.1"
1515
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1616

1717
(*** condition: ipynb ***)

docs/00_4_templates.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, 12.0.3"
14-
#r "nuget: DynamicObj"
13+
#r "nuget: Newtonsoft.JSON, 13.0.1"
14+
#r "nuget: DynamicObj, 1.0.1"
1515
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1616

1717
(*** condition: ipynb ***)

docs/00_5_defaults.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, 12.0.3"
14-
#r "nuget: DynamicObj"
13+
#r "nuget: Newtonsoft.JSON, 13.0.1"
14+
#r "nuget: DynamicObj, 1.0.1"
1515
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1616

1717
(*** condition: ipynb ***)

docs/00_6_multi-arguments.fsx

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

1212
(*** condition: prepare ***)
13-
#r "nuget: Newtonsoft.JSON, 12.0.3"
14-
#r "nuget: DynamicObj"
13+
#r "nuget: Newtonsoft.JSON, 13.0.1"
14+
#r "nuget: DynamicObj, 1.0.1"
1515
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1616

1717
(*** condition: ipynb ***)

docs/01_0_axis-styling.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, 12.0.3"
14-
#r "nuget: DynamicObj"
13+
#r "nuget: Newtonsoft.JSON, 13.0.1"
14+
#r "nuget: DynamicObj, 1.0.1"
1515
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1616

1717
(*** condition: ipynb ***)

docs/01_1_errorbars.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, 12.0.3"
14-
#r "nuget: DynamicObj"
13+
#r "nuget: Newtonsoft.JSON, 13.0.1"
14+
#r "nuget: DynamicObj, 1.0.1"
1515
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1616

1717
(*** condition: ipynb ***)

docs/01_2_multiple-charts.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, 12.0.3"
14-
#r "nuget: DynamicObj"
13+
#r "nuget: Newtonsoft.JSON, 13.0.1"
14+
#r "nuget: DynamicObj, 1.0.1"
1515
#r "../bin/Plotly.NET/netstandard2.0/Plotly.NET.dll"
1616

1717
(*** condition: ipynb ***)

0 commit comments

Comments
 (0)