Skip to content

Commit abfbc9e

Browse files
authored
Add a copilot package icon to the .NET nuget package (#688)
1 parent 4125fe7 commit abfbc9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/copilot.png

7.26 KB
Loading

dotnet/src/GitHub.Copilot.SDK.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackageProjectUrl>https://github.com/github/copilot-sdk</PackageProjectUrl>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<RepositoryUrl>https://github.com/github/copilot-sdk</RepositoryUrl>
14+
<PackageIcon>copilot.png</PackageIcon>
1415
<PackageTags>github;copilot;sdk;jsonrpc;agent</PackageTags>
1516
<IsAotCompatible>true</IsAotCompatible>
1617
<IncludeSymbols>true</IncludeSymbols>
@@ -25,6 +26,7 @@
2526

2627
<ItemGroup>
2728
<None Include="../README.md" Pack="true" PackagePath="/" />
29+
<None Include="../../assets/copilot.png" Pack="true" PackagePath="/" />
2830
</ItemGroup>
2931

3032
<ItemGroup>

0 commit comments

Comments
 (0)