- Change the version in
Analytics.nuspec. - Change the version in
Analytics/Properties/AssemblyInfo.cs. - Update the version in
Analytics/Analytics.cs. nuget pack Analytics.nuspecto verify the build.git commit -am "Release X.Y.Z."(where X.Y.Z is the new version)git tag -a X.Y.Z -m "Version X.Y.Z"(where X.Y.Z is the new version)nuget pack Analytics.nuspecto build.nuget push Analytics.{X.Y.Z}.nupkg