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 2013/02/21 00:13:03 UTC

[10/16] 2.5.0rc1 release prep

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/templates/custom/www/index.html
----------------------------------------------------------------------
diff --git a/templates/custom/www/index.html b/templates/custom/www/index.html
index e7e0ec4..82ca203 100644
--- a/templates/custom/www/index.html
+++ b/templates/custom/www/index.html
@@ -15,7 +15,7 @@
                 <p class="status complete blink hide">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.4.0.js"></script>
+        <script type="text/javascript" src="cordova-2.5.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/templates/description.txt
----------------------------------------------------------------------
diff --git a/templates/description.txt b/templates/description.txt
index 44f474c..ce81aad 100644
--- a/templates/description.txt
+++ b/templates/description.txt
@@ -1,8 +1,8 @@
 CordovaWP8AppFull
-Apache Cordova 2.4.0 Windows Phone 8 App using a pre-built dll.
+Apache Cordova 2.5.0 Windows Phone 8 App using a pre-built dll.
 
 CordovaWP8AppStandalone
-Apache Cordova 2.4.0 Windows Phone 8 App including all framework source code.
+Apache Cordova 2.5.0 Windows Phone 8 App including all framework source code.
 
 
 

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/templates/full/CordovaAppProj.csproj
----------------------------------------------------------------------
diff --git a/templates/full/CordovaAppProj.csproj b/templates/full/CordovaAppProj.csproj
index 0faa3b3..08597ce 100644
--- a/templates/full/CordovaAppProj.csproj
+++ b/templates/full/CordovaAppProj.csproj
@@ -143,7 +143,7 @@
   <ItemGroup>
     <Content Include="config.xml" />
     <Content Include="CordovaLib\WPCordovaClassLib.dll" />
-    <Content Include="www\cordova-2.4.0.js" />
+    <Content Include="www\cordova-2.5.0.js" />
     <Content Include="www\img\logo.png" />
     <Content Include="www\js\index.js" />
     <Content Include="www\css\index.css" />
@@ -178,7 +178,7 @@
     <Folder Include="Plugins\" />
   </ItemGroup>
   <ItemGroup>
-    <Reference Include="WPCordovaClassLib, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL" />
+    <Reference Include="WPCordovaClassLib, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
   <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/templates/full/VERSION
----------------------------------------------------------------------
diff --git a/templates/full/VERSION b/templates/full/VERSION
index 9183195..fad066f 100644
--- a/templates/full/VERSION
+++ b/templates/full/VERSION
@@ -1 +1 @@
-2.4.0
\ No newline at end of file
+2.5.0
\ No newline at end of file