Skip to content

Commit c752bf3

Browse files
committed
Update version ranges of extension packages
1 parent e69b2ec commit c752bf3

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

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

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

3838
<ItemGroup>
3939
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
40-
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[4.0.0, 5.0.0)" />
40+
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[4.1.0, 5.0.0)" />
4141
</ItemGroup>
4242
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
4343
<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.11.1 - July 25 2023
2+
3+
- bump version range of Plotly.NET to [4.1.0, 5.0.0)
4+
15
### 0.11.0 - July 14 2023
26

37
- BREAKING: [Fix a typo in `WithMapbox` and `WithMapboxStyle`method names](https://github.com/plotly/Plotly.NET/commit/963921c68787e1368ebf79b41810024ec77c0006), thanks [hdavid333](https://github.com/hdavid333)!

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[4.0.0, 5.0.0)" />
38+
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[4.1.0, 5.0.0)" />
3939
<PackageReference Include="DynamicObj" Version="2.0.0" />
4040
<PackageReference Include="PuppeteerSharp" Version="10.1.0" />
4141
</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+
### 5.0.1 - July 25 2023
2+
3+
- bump version range of Plotly.NET to [4.1.0, 5.0.0)
4+
15
### 5.0.0 - July 14 2023
26

37
- BREAKING: [Fix async function incorrectly not having the 'Async' suffix in compiled name](https://github.com/plotly/Plotly.NET/commit/43b1fcea330460c2ee19ad20f4fca99edfb4beb6), thanks [hdavid333](https://github.com/hdavid333)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[4.0.0, 5.0.0)" />
52+
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[4.1.0, 5.0.0)" />
5353
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.23313.2" />
5454
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.23313.2" />
5555
</ItemGroup>

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+
## 4.2.1 - July 25 2023
2+
3+
- bump version range of Plotly.NET to [4.1.0, 5.0.0)
4+
15
## 4.2.0 - July 14 2023
26
- Update .NET interactive references
37

0 commit comments

Comments
 (0)