Skip to content

Commit

Permalink
Update .NET Interactive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Nov 8, 2021
1 parent f09ee6a commit 912577b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 4.0.4

* Bump .NET Interactive dependencies

### 4.0.3

* Bump .NET Interactive dependencies

### 4.0.2

* Bump .NET Interactive dependencies

### 4.0.1

* Bump dependencies on .NET Interactive to fix issue where plots wouldn't render in unsaved documents.
Expand Down
6 changes: 3 additions & 3 deletions src/XPlot.Plotly.Interactive/XPlot.Plotly.Interactive.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<ItemGroup>
<PackageReference Include="Giraffe.ViewEngine" Version="1.2.0" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.21309.3" />
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.21309.3" />
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.21309.3" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.21553.5" />
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.21553.5" />
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.21553.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 912577b

Please sign in to comment.