ReleaseEntry.ParseReleaseFile Method
Declaring Type: ReleaseEntry
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.1049+da27736
Parse the contents of a RELEASES file into a list of ReleaseEntry's.
public static IEnumerable<ReleaseEntry> ParseReleaseFile(string fileContents);
Parameters
fileContents
string
Returns
IEnumerable<ReleaseEntry>
Documentation generated by MdDocs