C# Class withSIX.Sync.Core.Packages.Internals.DependencyVersionMatcher

Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
MatchesConstraints ( IEnumerable packageVersions, string versionConstraint, string branch = null ) : string

Private Methods

Method Description
AproxCompare ( System.Version srcVersion, System.Version destVersion ) : bool
MatchesVersionConstraint ( string packageVersion, string constraint ) : bool

Method Details

MatchesConstraints() public method

public MatchesConstraints ( IEnumerable packageVersions, string versionConstraint, string branch = null ) : string
packageVersions IEnumerable
versionConstraint string
branch string
return string