You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/14 14:17:34 UTC

[cordova-windows] branch master updated: CB-13870 change default from UAP to 10.0 (#253)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git


The following commit(s) were added to refs/heads/master by this push:
     new d2c3e99  CB-13870 change default from UAP to 10.0 (#253)
d2c3e99 is described below

commit d2c3e99d8d8ba598b229a54252670051f29e06ab
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Feb 14 15:17:32 2018 +0100

    CB-13870 change default from UAP to 10.0 (#253)
---
 template/cordova/lib/ConfigParser.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/cordova/lib/ConfigParser.js b/template/cordova/lib/ConfigParser.js
index bd2cb7f..e80521c 100644
--- a/template/cordova/lib/ConfigParser.js
+++ b/template/cordova/lib/ConfigParser.js
@@ -71,7 +71,7 @@ WindowsConfigParser.prototype.getMatchingPreferences = function (regexp) {
 WindowsConfigParser.prototype.getWindowsTargetVersion = function () {
     var preference = this.getPreference('windows-target-version');
 
-    if (!preference) { preference = 'UAP'; } // default is UAP
+    if (!preference) { preference = '10.0'; }
 
     return preference;
 };

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org