This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Nuget.Versioning.
Summary
Build a Nuget 3.0 compatible version from a branch. (SemVer 2.0.0)
publicstaticstringBuildNugetVersionFromBranchSemVer200(this ICakeContext context, int major, int minor, int patch, BuildNugetVersionFromBranchSemVer200Settings settings)
Examples
var version = BuildNugetVersionFromBranchSemVer200(1, 0, 0, settings);