Skip to content

Release

Bobby Galli edited this page Sep 8, 2022 · 4 revisions

Prerequisites

  1. Generate a nuget.org API key for support@bugsplat.com
  2. Download nuget.exe and add to path
  3. Add an env variable NUGET_API_KEY
  4. Copy BugSplatCodeSigning.pfx from the MakeZips repo into the root dir and rename to BugSplat.pfx

Steps

  1. Increment the version numbers in BugSplatDotNetStandard.csproj
  2. Add a commit with message chore: release v1.0.0
  3. Tag the commit git tag v1.0.0
  4. Push the commit and the related tags git push && git push --tags
  5. Run publish.ps1
Clone this wiki locally