VersionSpecToStringNuGet Method |
Returns a string representing the version spec in NuGet format.
See http://docs.nuget.org/docs/reference/versioning
Namespace: semver.toolsAssembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ToStringNuGet()
Public Function ToStringNuGet As String
public:
String^ ToStringNuGet()
member ToStringNuGet : unit -> string
Return Value
Type:
String
See Also