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

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

commit f7a5450e235ebe0888bd417abb612f6d27c9ce95
Author: Jan Piotrowski <piotrow...@gmail.com>
AuthorDate: Tue Feb 13 16:37:41 2018 +0100

    CB-13870 change default from UAP to 10.0 which means the same but works for 
check_reqs as well
---
 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
jan...@apache.org.

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

Reply via email to