4 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 22
22
</PropertyGroup >
23
23
24
24
<PropertyGroup >
25
- <Authors >Kevin Schneider, F# open source contributors</Authors >
25
+ <Authors >Kevin Schneider, open source contributors</Authors >
26
26
<Description >Native C# bindings for Plotly.NET 📈🚀.</Description >
27
27
<Summary >Native C# bindings for Plotly.NET 📈🚀.</Summary >
28
28
<PackageLicenseExpression >MIT</PackageLicenseExpression >
37
37
38
38
<ItemGroup >
39
39
<None Include =" ..\..\docs\img\logo.png" Pack =" true" PackagePath =" \" />
40
- <ProjectReference Include =" ..\ Plotly.NET\Plotly.NET.fsproj " />
40
+ <PackageReference Include =" Plotly.NET" Version = " 3.* " />
41
41
</ItemGroup >
42
42
43
43
</Project >
Original file line number Diff line number Diff line change 33
33
<None Include =" Playground.fsx" />
34
34
</ItemGroup >
35
35
36
- <ItemGroup />
37
-
38
- <ItemGroup >
39
- <ProjectReference Include =" ..\Plotly.NET\Plotly.NET.fsproj" />
40
- </ItemGroup >
41
-
42
36
<ItemGroup >
37
+ <PackageReference Include =" Plotly.NET" Version =" 3.*" />
43
38
<PackageReference Include =" DynamicObj" Version =" 2.0.0" />
44
39
<PackageReference Include =" PuppeteerSharp" Version =" 6.0.0" />
45
40
</ItemGroup >
Original file line number Diff line number Diff line change 30
30
<FsDocsLicenseLink >https://github.com/plotly/Plotly.NET/blob/dev/LICENSE</FsDocsLicenseLink >
31
31
<FsDocsReleaseNotesLink >https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md</FsDocsReleaseNotesLink >
32
32
</PropertyGroup >
33
-
34
- <ItemGroup >
35
- <ProjectReference Include =" ..\Plotly.NET\Plotly.NET.fsproj" />
36
- </ItemGroup >
37
33
38
34
<ItemGroup >
39
35
<Compile Remove =" bin\**" />
52
48
<None Include =" $(OutputPath)/Plotly.NET.Interactive.dll" Pack =" true" PackagePath =" interactive-extensions/dotnet" />
53
49
</ItemGroup >
54
50
55
-
56
51
<ItemGroup >
57
- <PackageReference Include =" Microsoft.DotNet.Interactive" Version =" 1.0.0-beta.22175.2" />
58
- <PackageReference Include =" Microsoft.DotNet.Interactive.Formatting" Version =" 1.0.0-beta.22175.2" />
52
+ <PackageReference Include =" Plotly.NET" Version =" 3.*" />
53
+ <PackageReference Include =" Microsoft.DotNet.Interactive" Version =" 1.0.0-beta.22314.1" />
54
+ <PackageReference Include =" Microsoft.DotNet.Interactive.Formatting" Version =" 1.0.0-beta.22314.1" />
59
55
</ItemGroup >
60
56
61
57
</Project >
Original file line number Diff line number Diff line change
1
+ ### 3.0.1 - June 15 2020
2
+
3
+ Update .NET interactive references
4
+
1
5
### 3.0.0 - June 15 2020
2
6
3
7
This release adopts strong assembly naming.
0 commit comments