Skip to content

Conversation

@Olbrasoft
Copy link
Owner

Summary

  • Add build workflow for PR validation
  • Add NuGet publish workflow (publishes on push to main)
  • Add NuGet package metadata to .csproj
  • Add CI/CD badges to README
  • Set example project as non-packable

Closes #3, #4, #5, #6, #7

- Add NuGet package metadata to .csproj (PackageId, Version, Authors, etc.)
- Add package icon reference
- Create build.yml workflow for PR validation
- Create publish-nuget.yml workflow for automatic NuGet publishing
- Add CI/CD badges to README.md
- Add NuGet installation instructions
- Set Example project as non-packable

Relates to #3
@Olbrasoft Olbrasoft merged commit 90636f5 into main Dec 5, 2025
2 checks passed
@Olbrasoft Olbrasoft deleted the feature/issue-3-nuget-cicd branch December 5, 2025 01:46
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.

Setup NuGet Package Publishing with CI/CD Pipeline

3 participants