C# Class NServiceBus.FileVersionRetriever

Helper class to retrieve File version.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
GetFileVersion ( Type type ) : string

Retrieves a semver compliant version from a Type.

Method Details

GetFileVersion() public static method

Retrieves a semver compliant version from a Type.
public static GetFileVersion ( Type type ) : string
type System.Type to retrieve version from.
return string