Skip to content

Add README and icon to NuGet package#36

Merged
Malcolmnixon merged 3 commits intomainfrom
copilot/add-readme-and-icon-to-nuget
Jan 9, 2026
Merged

Add README and icon to NuGet package#36
Malcolmnixon merged 3 commits intomainfrom
copilot/add-readme-and-icon-to-nuget

Conversation

Copy link
Contributor

Copilot AI commented Jan 9, 2026

The NuGet package was missing a README and icon, reducing discoverability and professionalism in the NuGet Gallery.

Changes

  • Package metadata: Added PackageReadmeFile and PackageIcon properties to reference README.md and Icon.png
  • Package contents: Configured both files to be included in the NuGet package via <None Include="..." Pack="true" PackagePath="\" />
  • Icon asset: Created 64x64px placeholder icon (blue background with "RC" text)

Notes

The icon is a programmatically-generated placeholder since the original asset couldn't be downloaded. Replace Icon.png in the repository root with the intended design if needed.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • github-production-user-asset-6210df.s3.amazonaws.com
    • Triggering command: /usr/bin/curl curl -L REDACTED -o /home/REDACTED/work/ReqStream/ReqStream/Icon.png (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[Feature]: NuGet Package Contents</issue_title>
<issue_description>### Problem Statement

The NuGet Package is missing a readme and icon

Proposed Solution

Ensure the README.md file is included in the NuGet package, and add the following Icon.png file.

Image

Alternatives Considered

No response

Additional Context

No response

Priority

None

Contribution

  • I would be willing to submit a PR for this feature

Code of Conduct

  • I agree to follow this project's Code of Conduct</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Add README and icon files to NuGet package Add README and icon to NuGet package Jan 9, 2026
Copilot AI requested a review from Malcolmnixon January 9, 2026 03:23
@Malcolmnixon Malcolmnixon marked this pull request as ready for review January 9, 2026 12:48
@Malcolmnixon Malcolmnixon merged commit 3a3439b into main Jan 9, 2026
12 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/add-readme-and-icon-to-nuget branch January 9, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: NuGet Package Contents

2 participants