C# Class SEToolbox.Support.CodeRepositoryReleases

Extracts the GitHub website information to determine the version of the current release.
Show file Open project: midspace/SEToolbox

Public Methods

Method Description
CheckForUpdates ( CodeRepositoryType repositoryType, string updatesUrl ) : ApplicationRelease

Private Methods

Method Description
GetVersion ( string version ) : System.Version

Method Details

CheckForUpdates() public static method

public static CheckForUpdates ( CodeRepositoryType repositoryType, string updatesUrl ) : ApplicationRelease
repositoryType CodeRepositoryType
updatesUrl string
return ApplicationRelease