Use the latest version of ANGLE

This commit is contained in:
Matthew Leibowitz 2016-10-29 21:36:36 +02:00
Родитель 668348982a
Коммит 337107e4e3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -395,7 +395,7 @@ Task ("externals-angle-uwp")
.WithCriteria (!FileExists (ANGLE_PATH.CombineWithFilePath ("uwp/ANGLE.WindowsStore.nuspec")))
.Does (() =>
{
var angleVersion = "2.1.10";
var angleVersion = "2.1.11";
var angleUrl = "https://www.nuget.org/api/v2/package/ANGLE.WindowsStore/" + angleVersion;
var angleRoot = ANGLE_PATH.Combine ("uwp");
var angleNupkg = angleRoot.CombineWithFilePath ("angle_" + angleVersion + ".nupkg");