Skip to content

Add initial 1.0 release package metadata#1

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/first-release
Draft

Add initial 1.0 release package metadata#1
Copilot wants to merge 2 commits into
mainfrom
copilot/first-release

Conversation

Copy link
Copy Markdown

Copilot AI commented May 28, 2026

This repository only contained the project README, so the first release was missing the package metadata needed to publish/version the extension. This change introduces the minimal release manifest for version 1.0.0.

  • Release packaging

    • Add plugin.nuspec at the repository root
    • Define the package identity as com.castsoftware.uc.goldenrules
    • Set the initial release version to 1.0.0
  • Repository metadata

    • Populate title, authors, owner, project URL, description, and tags
    • Keep the manifest intentionally minimal with an empty <files /> section
<metadata>
  <id>com.castsoftware.uc.goldenrules</id>
  <version>1.0.0</version>
  <title>Golden Rules custom extension</title>
</metadata>
Original prompt

First release

Copilot AI changed the title [WIP] Release version 1.0 for the project Add initial 1.0 release package metadata May 28, 2026
Copilot AI requested a review from StefanoCastelluccio May 28, 2026 08:09
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.

2 participants