Skip to content

Commit

Permalink
chore: include images in nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanvs committed Oct 30, 2023
1 parent fea0e5c commit ec99a3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/d2lang-cs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<Nullable>enable</Nullable>
<RootNamespace>d2</RootNamespace>
<PackageId>d2lang-cs</PackageId>
<Version>0.0.1</Version>
<VersionSuffix>alpha</VersionSuffix>
<Version>1.0.0</Version>
<Authors>Stephan van Stekelenburg</Authors>
<RepositoryUrl>https://github.com/Stephanvs/d2lang-cs.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/Stephanvs/d2lang-cs</PackageProjectUrl>
Expand All @@ -19,6 +18,9 @@
</PropertyGroup>

<ItemGroup>
<!-- copy resources into nupkg -->
<None Include="../docs/assets/img/banner.png" Pack="true" PackagePath="\docs\assets\img\banner.png" />
<None Include="../docs/assets/img/diagram.png" Pack="true" PackagePath="\docs\assets\img\diagram.png" />
<None Include="../docs/assets/img/d2_logo.png" Pack="true" PackagePath="\" />
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
Expand Down

0 comments on commit ec99a3b

Please sign in to comment.