You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub CI/CD workflow for automated NuGet publishing
Implements GitHub Actions workflow to automatically publish the .NET package to NuGet and create GitHub releases when new version tags are pushed
- Sets up build, test, and package steps using .NET 8
- Configures NuGet package metadata in the project file
- Adds GitHub Release creation with auto-generated changelog
- Includes VS Code editor settings for better development experience
0 commit comments