diff --git a/shared/main.php b/shared/main.php index 9a6fb07..80d6abe 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.17.1'; + return '1.17.2'; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/requests.php b/shared/requests.php index d7a3ce2..a397a48 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -30,9 +30,10 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku) { $attrib = array( 'App=WU_OS', 'AppVer='.$build, - 'AttrDataVer=52', + 'AttrDataVer=54', 'BranchReadinessLevel=CB', 'CurrentBranch='.$branch, + 'DataVer_RS5='.PHP_INT_MAX, 'DeviceFamily=Windows.Desktop', 'FirmwareVersion=6.00', 'FlightContent='.$flight, @@ -48,7 +49,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku) { 'IsRetailOS='.$isRetail, 'OEMModel=Largehard Device Model 42069', 'OEMModelBaseBoard=Largehard Base Board', - 'OEMName_Uncleaned=Largehard', + 'OEMName_Uncleaned=Largehard Corporation', 'OSArchitecture='.$arch, 'OSSkuId='.$sku, 'OSUILocale=en-US', @@ -58,6 +59,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku) { 'TelemetryLevel=1', 'UpdateManagementGroup=2', 'UpgEx_RS5=Green', + 'Version_RS5='.PHP_INT_MAX, 'WuClientVer='.$build, );