ReleaseEntry.ParseReleaseFile Method
Declaring Type: ReleaseEntry
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233
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