spelling: api: OSRequirement::minimumVersion

This commit is contained in:
Josh Soref 2016-08-30 20:11:32 +00:00
parent 0831341e2a
commit 61265524c1

View file

@ -255,7 +255,7 @@ namespace Microsoft.PackageManagement.PackageSourceListProvider
public class OSRequirement
{
public List<string> architecture { get; set; }
public string minimunVersion { get; set; }
public string minimumVersion { get; set; }
public List<string> installationOption { get; set; }
}