PackageVersion Methods |
The PackageVersion type exposes the following members.
| Name | Description | |
|---|---|---|
| Load |
Loads a PackageVersion from the given path, using the default deserialization options.
| |
| LoadFromJson |
Deserializes a PackageVersion from the given JSON string, using the default deserialization options.
| |
| Save |
Saves the PackageVersion to the given directory, using the default filename and serialization options.
| |
| ToOptions |
Converts the PackageVersion to the corresponding PackageVersionOptions with the options required to construct the PackageVersion (see #ctor(PackageVersionOptions)).
| |
| ToString |
Returns the package name and version in string form.
(Overrides ObjectToString.) |