ReleaseEntryName.FromEntryFileName Method
Declaring Type: ReleaseEntryName
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Takes a filename such as 'My-Cool3-App-1.0.1-build.23-full.nupkg' and separates it into it's name and version (eg. 'My-Cool3-App', and '1.0.1-build.23'). Returns null values if the filename can not be parsed.
public static ReleaseEntryName FromEntryFileName(string fileName);
Parameters
fileName
string
Returns
Documentation generated by MdDocs