Skip to content

Commit c74043f

Browse files
committed
Add package metadata for Plotly.NET.CSharp
1 parent d8b8cfa commit c74043f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,39 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<AssemblyName>Plotly.NET.CSharp</AssemblyName>
8+
<Name>Plotly.NET.CSharp</Name>
9+
<OutputType>Library</OutputType>
10+
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
11+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
12+
<!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
13+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
14+
<!-- Optional: Include PDB in the built .nupkg -->
15+
<IncludeSymbols>true</IncludeSymbols>
16+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
717
<SignAssembly>true</SignAssembly>
818
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
19+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
20+
<SignAssembly>true</SignAssembly>
21+
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
22+
</PropertyGroup>
23+
24+
<PropertyGroup>
25+
<Authors>Kevin Schneider, F# open source contributors</Authors>
26+
<Description>Native C# bindings for Plotly.NET 📈🚀.</Description>
27+
<Summary>Native C# bindings for Plotly.NET 📈🚀.</Summary>
28+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
29+
<PackageProjectUrl>https://plotly.net</PackageProjectUrl>
30+
<PackageIcon>logo.png</PackageIcon>
31+
<PackageTags>visualization charting plotly fsharp csharp</PackageTags>
32+
<RepositoryUrl>https://github.com/plotly/Plotly.NET/</RepositoryUrl>
33+
<RepositoryType>git</RepositoryType>
34+
<FsDocsLicenseLink>https://github.com/plotly/Plotly.NET/blob/dev/LICENSE</FsDocsLicenseLink>
35+
<FsDocsReleaseNotesLink>https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
936
</PropertyGroup>
1037

1138
<ItemGroup>
39+
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
1240
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" />
1341
</ItemGroup>
1442

0 commit comments

Comments
 (0)