# Dry run - validates entire workflow without publishing
.\publish-nuget.ps1 -DryRun# Will prompt for certificate PIN/password and API key
.\publish-nuget.ps1# Skip signing step - faster for initial testing
.\publish-nuget.ps1 -SkipSigning# Publish new version (automatically updates project file)
.\publish-nuget.ps1 -Version "1.0.1"- Package name
CodingConnected.WPF.TileCanvasreserved on NuGet.org - API key obtained from https://www.nuget.org/account/apikeys
- Dry run completed successfully:
.\publish-nuget.ps1 -DryRun - Hardware token connected (if using signing)
- Version number ready (current: 1.0.0)
- Visit: https://www.nuget.org/packages/CodingConnected.WPF.TileCanvas/
- Test:
dotnet add package CodingConnected.WPF.TileCanvas - Update: Repository README with NuGet badge
- Tag: Git release with version number
- Monitor: Package download statistics
- API Key Issues: Check https://www.nuget.org/account/apikeys
- Signing Problems: Use
-SkipSigningor switch to Store method - Version Conflicts: Increment version number or check existing packages
- Build Errors: Run
dotnet cleanand try again
Package ID: CodingConnected.WPF.TileCanvas
Current Version: 1.0.0
Package Size: ~44KB
Target Framework: .NET 8.0 Windows