Skip to content

Commit 50d608e

Browse files
kMutageneclaude
andcommitted
Update stale nuget references in docs scripts
- docs/3D-charts/3d-isosurface-plots.fsx: Newtonsoft.JSON 13.0.1 → 13.0.3, DynamicObj 2.0.0 → 7.0.1 - docs/general/image-export.fsx: PuppeteerSharp 9.0.2 → 24.40.0 All docs now consistently reference DynamicObj 7.0.1, Newtonsoft.JSON 13.0.3, Giraffe.ViewEngine 1.4.0, and PuppeteerSharp 24.40.0. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent 263d751 commit 50d608e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/3D-charts/3d-isosurface-plots.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, 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, 1.4.0"
1616
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1717

docs/general/image-export.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ index: 2
1414
#r "nuget: Newtonsoft.JSON, 13.0.3"
1515
#r "nuget: DynamicObj, 7.0.1"
1616
#r "nuget: Giraffe.ViewEngine, 1.4.0"
17-
#r "nuget: PuppeteerSharp, 9.0.2"
17+
#r "nuget: PuppeteerSharp, 24.40.0"
1818
#r "../../src/Plotly.NET/bin/Release/netstandard2.0/Plotly.NET.dll"
1919
#r "../../src/Plotly.NET.ImageExport/bin/Release/netstandard2.0/Plotly.NET.ImageExport.dll"
2020

0 commit comments

Comments
 (0)