Skip to content

Commit b2adfed

Browse files
committed
fix mixed content, interactive package metadata
1 parent e053d3f commit b2adfed

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,20 @@
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1616
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
17+
</PropertyGroup>
18+
19+
<PropertyGroup>
20+
<Authors>Gregor Beyerle, Timo Mühlhaus, Kevin Schneider, F# open source contributors</Authors>
21+
<Description>A .NET Interactive Kernel Extension for displaying Plotly.NET charts. </Description>
22+
<Summary>A .NET Interactive Kernel Extension for displaying Plotly.NET charts.</Summary>
23+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
24+
<PackageProjectUrl>https://plotly.github.io/Plotly.NET/</PackageProjectUrl>
1725
<PackageIcon>logo.png</PackageIcon>
26+
<PackageTags>visualization charting plotly fsharp csharp</PackageTags>
27+
<RepositoryUrl>https://github.com/plotly/Plotly.NET/</RepositoryUrl>
28+
<RepositoryType>git</RepositoryType>
29+
<FsDocsLicenseLink>https://github.com/plotly/Plotly.NET/blob/dev/LICENSE</FsDocsLicenseLink>
30+
<FsDocsReleaseNotesLink>https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
1831
</PropertyGroup>
1932

2033
<ItemGroup>

src/Plotly.NET/Plotly.NET.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Description>plotly.js charts in .NET programming languages 📈🚀. </Description>
2424
<Summary>Plotly.NET provides functions for generating and rendering plotly.js charts in .NET programming languages 📈🚀.</Summary>
2525
<PackageLicenseExpression>MIT</PackageLicenseExpression>
26-
<PackageProjectUrl>http://plotly.github.io/Plotly.NET/</PackageProjectUrl>
26+
<PackageProjectUrl>https://plotly.github.io/Plotly.NET/</PackageProjectUrl>
2727
<PackageIcon>logo.png</PackageIcon>
2828
<PackageTags>visualization charting plotly fsharp csharp</PackageTags>
2929
<RepositoryUrl>https://github.com/plotly/Plotly.NET/</RepositoryUrl>

0 commit comments

Comments
 (0)