Skip to main content

ReleaseEntryName.FromEntryFileName Method

Declaring Type: ReleaseEntryName
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

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

ReleaseEntryName


Documentation generated by MdDocs