Skip to content

Commit f16b6ae

Browse files
committed
Pin DynamicObj dependency to <3
1 parent 6cdf52d commit f16b6ae

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

src/Plotly.NET.CSharp/RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.13.0 - September 04 2024
2+
3+
- [Add C# wrapper for Chart.SingleStack](https://github.com/plotly/Plotly.NET/pull/467) thanks [@TheKiiiing](https://github.com/TheKiiiing)!
4+
15
### 0.12.0 - May 27 2024
26

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

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

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
<ItemGroup>
3838
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
39-
<PackageReference Include="DynamicObj" Version="2.0.0" />
4039
<PackageReference Include="PuppeteerSharp" Version="18.0.0" />
4140
</ItemGroup>
4241
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">

src/Plotly.NET.ImageExport/RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 6.1.0 - September 04 2024
2+
3+
Remove explicit DynamicObj dependency (use transitive dependency from Plotly.NET)
4+
15
### 6.0.0 - May 27 2024
26

37
- BREAKING: [Add Scale option to all image export extensions](https://github.com/plotly/Plotly.NET/commit/5090570cb0fd8281a4c197421994cec719b82ac9)

src/Plotly.NET/Plotly.NET.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
</ItemGroup>
169169
<ItemGroup>
170170
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
171-
<PackageReference Include="DynamicObj" Version="2.0.0" />
171+
<PackageReference Include="DynamicObj" Version="[2.0.0, 3.0.0)" />
172172
<PackageReference Include="Giraffe.ViewEngine.StrongName" Version="2.0.0-alpha1" />
173173
</ItemGroup>
174174
</Project>

src/Plotly.NET/RELEASE_NOTES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 5.1.0 - September 04 2024
2+
13
### 5.0.0 - May 27 2024
24

35
Major release with lots of bug fixes, improvements, and upstream feature additions from plotly.js. Many changes are backwards-incompatible with previous versions.

0 commit comments

Comments
 (0)