Skip to content

Commit c93e06d

Browse files
committed
update some release notes
1 parent 24fa6f9 commit c93e06d

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

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

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

3737
<ItemGroup>
3838
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
39-
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
39+
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[6.0.0, 7.0.0)" />
4040
</ItemGroup>
4141
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
4242
<ItemGroup>

src/Plotly.NET.CSharp/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.14.0 - TBD
2+
3+
- bump version range of Plotly.NET to [6.0.0, 7.0.0)
4+
15
### 0.13.0 - September 04 2024
26

37
- [Add C# wrapper for Chart.SingleStack](https://github.com/plotly/Plotly.NET/pull/467) thanks [@TheKiiiing](https://github.com/TheKiiiing)!

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
39-
<PackageReference Include="PuppeteerSharp" Version="20.0.5" />
38+
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[6.0.0, 7.0.0)" />
39+
<PackageReference Include="PuppeteerSharp" Version="20.2.2" />
4040
</ItemGroup>
4141
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
4242
<ItemGroup>

src/Plotly.NET.ImageExport/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 7.0.0 - TBD
2+
3+
- bump version range of Plotly.NET to [6.0.0, 7.0.0)
4+
15
### 6.1.0 - September 04 2024
26

37
Remove explicit DynamicObj dependency (use transitive dependency from Plotly.NET)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
53-
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.24229.4" />
54-
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.24229.4" />
52+
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[6.0.0, 7.0.0)" />
53+
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.25323.1" />
54+
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.25323.1" />
5555
</ItemGroup>
5656

5757
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">

src/Plotly.NET.Interactive/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.0 - TBD
2+
3+
- Update .NET interactive references
4+
15
## 5.0.0 - May 27 2024
26

37
- bump version range of Plotly.NET to [5.0.0, 6.0.0)

0 commit comments

Comments
 (0)