| VersionSpec Methods |
The VersionSpec type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ParseNuGet |
Parses a string with a version spec in NuGet format.
See http://docs.nuget.org/docs/reference/versioning
|
|
|
PrettyPrint |
Returns a string with a nice human readable bit of text describing the version spec.
|
|
|
Satisfies |
Returns true if the specified version is within the version spec.
|
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
|
ToStringNuGet |
Returns a string representing the version spec in NuGet format.
See http://docs.nuget.org/docs/reference/versioning
|
|
|
TryParseNuGet |
Attempts to parse a string with a version spec in NuGet format.
See http://docs.nuget.org/docs/reference/versioning
|