Skip to content

Commit

Permalink
Pin DynamicObj dependency to <3
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Sep 4, 2024
1 parent 6cdf52d commit f16b6ae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/Plotly.NET.CSharp/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.13.0 - September 04 2024

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

### 0.12.0 - May 27 2024

- bump version range of Plotly.NET to [5.0.0, 6.0.0)
Expand Down
1 change: 0 additions & 1 deletion src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

<ItemGroup>
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
<PackageReference Include="DynamicObj" Version="2.0.0" />
<PackageReference Include="PuppeteerSharp" Version="18.0.0" />
</ItemGroup>
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
Expand Down
4 changes: 4 additions & 0 deletions src/Plotly.NET.ImageExport/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 6.1.0 - September 04 2024

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

### 6.0.0 - May 27 2024

- BREAKING: [Add Scale option to all image export extensions](https://github.com/plotly/Plotly.NET/commit/5090570cb0fd8281a4c197421994cec719b82ac9)
Expand Down
2 changes: 1 addition & 1 deletion src/Plotly.NET/Plotly.NET.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="DynamicObj" Version="2.0.0" />
<PackageReference Include="DynamicObj" Version="[2.0.0, 3.0.0)" />
<PackageReference Include="Giraffe.ViewEngine.StrongName" Version="2.0.0-alpha1" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions src/Plotly.NET/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 5.1.0 - September 04 2024

### 5.0.0 - May 27 2024

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

0 comments on commit f16b6ae

Please sign in to comment.