Skip to content

Conversation

@ChaseDRedmon
Copy link
Owner

Summary

  • Adds GitHub Actions workflow to publish NuGet package to nuget.org when version tags (e.g., v1.0.0) are pushed

Workflow Features

  • Installs .NET 10 SDK
  • Extracts version from git tag
  • Builds and tests the library
  • Packs and publishes to NuGet

Test plan

  • Merge this PR
  • Push a tag like v1.0.0 to trigger the workflow
  • Verify package appears on nuget.org

🤖 Generated with Claude Code

Adds GitHub Actions workflow to publish NuGet package when version tags are pushed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ChaseDRedmon ChaseDRedmon merged commit 14c14c4 into main Nov 24, 2025
1 check failed
@ChaseDRedmon ChaseDRedmon deleted the add-release-workflow branch November 24, 2025 22:07
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