Skip to content

Commit

Permalink
Add Icon and Readme to package
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard committed Jun 6, 2024
1 parent 8a13169 commit a3bb7d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/OpenAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

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

<!-- Create a .snupkg file in addition to the .nupkg file. -->
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -35,6 +37,11 @@
<!-- Disable missing XML documentation warnings -->
<NoWarn>$(NoWarn),1570,1573,1574,1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Include="OpenAI.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
Expand Down
Binary file added src/OpenAI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3bb7d9

Please sign in to comment.