Skip to content

Commit 98ce4f2

Browse files
committed
update release notes
1 parent 4e87bf2 commit 98ce4f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Plotly.NET provides functions for generating and rendering plotly.js charts in *
3232

3333
The most recent Plotly.NET package is [![](https://img.shields.io/nuget/vpre/Plotly.NET)](https://www.nuget.org/packages/Plotly.NET/).
3434

35+
Plotly.NET also provides several extension packages:
36+
37+
| Package Name| Plotly.NET.Interactive | Plotly.NET.ImageExport | Plotly.NET.CSharp |
38+
|---|---|---|---|
39+
| Description | Interactive formatting extension for .NET interactive notebooks| programmatic static image export | idiomatic C# API. Note that you can use the core API in C#, this package just removes some friction at some places.|
40+
| Nuget | [![](https://img.shields.io/nuget/vpre/Plotly.NET.Interactive)](https://www.nuget.org/packages/Plotly.NET.Interactive/) | [![](https://img.shields.io/nuget/vpre/Plotly.NET.ImageExport)](https://www.nuget.org/packages/Plotly.NET.ImageExport/) | [![](https://img.shields.io/nuget/vpre/Plotly.NET.CSharp)](https://www.nuget.org/packages/Plotly.NET.CSharp/) |
41+
3542
### For applications and libraries
3643

3744
- dotnet CLI
@@ -91,6 +98,7 @@ dotnet add package Plotly.NET --prerelease
9198
Interactively:
9299
```
93100
#i "https://www.myget.org/F/plotly-net-nightly/api/v3/index.json"
101+
#r "nuget:Plotly.NET, *-*"
94102
#r "nuget:Plotly.NET.Interactive, *-*"
95103
```
96104

0 commit comments

Comments
 (0)