ReleaseEntry.BuildReleasesFile Method
Declaring Type: ReleaseEntry
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Generates a list of ReleaseEntry's from a local directory containing package files. Also writes/updates a RELEASES file in the specified directory to match the packages the are currently present.
public static List<ReleaseEntry> BuildReleasesFile(string releasePackagesDir, bool writeToDisk = true);
Parameters
releasePackagesDir
string
writeToDisk
bool
Returns
List<ReleaseEntry>
The list of packages in the directory
Documentation generated by MdDocs