Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 405 Bytes

File metadata and controls

10 lines (9 loc) · 405 Bytes

Releasing

  1. Change the version in Analytics.nuspec.
  2. Update the version in Analytics/Analytics.cs.
  3. nuget pack Analytics.nuspec to verify the build.
  4. git commit -am "Release X.Y.Z." (where X.Y.Z is the new version)
  5. git tag -a X.Y.Z -m "Version X.Y.Z" (where X.Y.Z is the new version)
  6. nuget pack Analytics.nuspec to build.
  7. nuget push Analytics.{X.Y.Z}.nupkg