We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75881a commit 5ccbc1eCopy full SHA for 5ccbc1e
mermaid-graph/mermaid-graph.csproj
@@ -27,6 +27,7 @@
27
<PackageIcon>mermaid-graph.png</PackageIcon>
28
<ApplicationIcon>mermaid-graph.ico</ApplicationIcon>
29
<Version>1.0.0-alpha</Version>
30
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
31
</PropertyGroup>
32
33
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -44,6 +45,10 @@
44
45
</ItemGroup>
46
47
<ItemGroup>
48
+ <None Include="..\LICENSE">
49
+ <Pack>True</Pack>
50
+ <PackagePath>\</PackagePath>
51
+ </None>
52
<None Include="..\mermaid-graph.png">
53
<Pack>True</Pack>
54
<PackagePath>\</PackagePath>
0 commit comments