You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2018/02/09 01:37:24 UTC

[cordova-windows] branch purplecabbage-FailingTest6a created (now 710c1b4)

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

purplecabbage pushed a change to branch purplecabbage-FailingTest6a
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git.


      at 710c1b4  Testing with updated template

This branch includes the following new commits:

     new 710c1b4  Testing with updated template

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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


[cordova-windows] 01/01: Testing with updated template

Posted by pu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 710c1b4bd3a3bfeaa4fd956584df5f89b99ab667
Author: Jesse MacFadyen <pu...@gmail.com>
AuthorDate: Thu Feb 8 17:37:21 2018 -0800

    Testing with updated template
    
    Setting <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>  for VisualStudioVersion >= 14
---
 template/CordovaApp.Windows10.jsproj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/CordovaApp.Windows10.jsproj b/template/CordovaApp.Windows10.jsproj
index 541228e..fa02a35 100644
--- a/template/CordovaApp.Windows10.jsproj
+++ b/template/CordovaApp.Windows10.jsproj
@@ -80,7 +80,7 @@
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
   <PropertyGroup>
     <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
-    <TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
+    <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
     <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
     <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
     <UapDefaultAssetScale>100</UapDefaultAssetScale>
@@ -112,4 +112,4 @@
     <PreBuildEvent>node "$(ProjectDir)\\cordova\\prebuild-10.js"</PreBuildEvent>
     <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
   </PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>

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

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