Skip to content

Commit cafb255

Browse files
authored
Add Icon and Readme to package (#9)
1 parent 8a13169 commit cafb255

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/OpenAI.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22+
<PackageIcon>OpenAI.png</PackageIcon>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
2224

2325
<!-- Create a .snupkg file in addition to the .nupkg file. -->
2426
<IncludeSymbols>true</IncludeSymbols>
@@ -35,6 +37,11 @@
3537
<!-- Disable missing XML documentation warnings -->
3638
<NoWarn>$(NoWarn),1570,1573,1574,1591</NoWarn>
3739
</PropertyGroup>
40+
41+
<ItemGroup>
42+
<None Include="OpenAI.png" Pack="true" PackagePath="\" />
43+
<None Include="..\README.md" Pack="true" PackagePath="\" />
44+
</ItemGroup>
3845

3946
<ItemGroup>
4047
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

src/OpenAI.png

19.4 KB
Loading

0 commit comments

Comments
 (0)