Skip to content

Commit 0ad4d9a

Browse files
committed
Update package references, set v4 release date
1 parent 1c526b3 commit 0ad4d9a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build and test](https://github.com/plotly/Plotly.NET/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/plotly/Plotly.NET/actions/workflows/build-and-test.yml)
55
[![](https://img.shields.io/nuget/vpre/Plotly.NET)](https://www.nuget.org/packages/Plotly.NET/)
66
[![Discord](https://img.shields.io/discord/836161044501889064?color=purple&label=Join%20our%20Discord%21&logo=discord&logoColor=white)](https://discord.gg/k3kUtFY8DB)
7-
![](https://img.shields.io/badge/supported%20plotly.js%20version-2.6.3-blue)
7+
![](https://img.shields.io/badge/supported%20plotly.js%20version-2.18.1-blue)
88

99
We have published a software paper on Plotly.NET. If you are using Plotly.NET for your research please cite or look at :
1010

src/Plotly.NET.CSharp/Plotly.NET.CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ItemGroup>
3939
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
4040
<!--<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj"/>-->
41-
<PackageReference Include="Plotly.NET" Version="4.0.0-preview.3" />
41+
<PackageReference Include="Plotly.NET" Version="4.*" />
4242
</ItemGroup>
4343

4444
</Project>

src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<ItemGroup>
3838
<!--<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj"/>-->
39-
<PackageReference Include="Plotly.NET" Version="4.0.0-preview.3" />
39+
<PackageReference Include="Plotly.NET" Version="4.*" />
4040
<PackageReference Include="DynamicObj" Version="2.0.0" />
4141
<PackageReference Include="PuppeteerSharp" Version="9.0.2" />
4242
</ItemGroup>

src/Plotly.NET.Interactive/Plotly.NET.Interactive.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<ItemGroup>
5252
<!--<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj"/>-->
53-
<PackageReference Include="Plotly.NET" Version="4.0.0-preview.3" />
53+
<PackageReference Include="Plotly.NET" Version="4.*" />
5454
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.23102.2" />
5555
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.23102.2" />
5656
</ItemGroup>

src/Plotly.NET.Interactive/RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 4.0.0 - TBD
1+
### 4.0.0 - February 24 2023
22

33
- Update .NET interactive references
44
- [Use new DisplayOptions functions to use requirejs with the Global plotlyjs version](https://github.com/plotly/Plotly.NET/commit/c1704d87709e79b5359f00f647a32785ea31a9ad)

src/Plotly.NET/RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 4.0.0 - TBD
1+
### 4.0.0 - February 24 2023
22

33
[Milestone link with all the fixed/closed issues](https://github.com/plotly/Plotly.NET/milestone/4)
44

0 commit comments

Comments
 (0)