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/03/28 01:17:05 UTC

[10/10] wp7 commit: update version to 2.6.0rc1

update version to 2.6.0rc1


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/404152e1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/404152e1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/404152e1

Branch: refs/heads/2.6.x
Commit: 404152e1ec4c63bb2c42655ffe81c764b7842605
Parents: 77431c1
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Mar 27 17:15:53 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Mar 27 17:15:53 2013 -0700

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 example/CordovaExample.csproj                      |    2 +-
 example/CordovaSourceDictionary.xml                |    2 +-
 example/www/cordova-2.5.0.js                       | 6411 --------------
 example/www/cordova-2.6.0rc1.js                    | 6647 +++++++++++++++
 example/www/cordova-current.js                     |    2 +-
 framework/Properties/AssemblyInfo.cs               |    6 +-
 templates/full/CordovaAppProj.csproj               |    4 +-
 templates/full/CordovaSourceDictionary.xml         |    2 +-
 templates/full/VERSION                             |    2 +-
 templates/full/www/cordova-2.5.0.js                | 6411 --------------
 templates/full/www/cordova-2.6.0rc1.js             | 6647 +++++++++++++++
 templates/full/www/index.html                      |    2 +-
 templates/standalone/CordovaAppProj.csproj         |    2 +-
 templates/standalone/VERSION                       |    2 +-
 templates/standalone/cordovalib/Commands/Device.cs |    2 +-
 templates/standalone/www/cordova-2.5.0.js          | 6411 --------------
 templates/standalone/www/cordova-2.6.0rc1.js       | 6647 +++++++++++++++
 templates/standalone/www/index.html                |    2 +-
 templates/vs/MyTemplateFull.vstemplate             |    8 +-
 templates/vs/MyTemplateStandAlone.vstemplate       |    8 +-
 templates/vs/description.txt                       |    2 +-
 22 files changed, 19966 insertions(+), 19258 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/404152e1/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index fad066f..03153c4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.0
\ No newline at end of file
+2.6.0rc1
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/404152e1/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index 445fe0b..69514eb 100644
--- a/example/CordovaExample.csproj
+++ b/example/CordovaExample.csproj
@@ -100,7 +100,7 @@
     <Content Include="CordovaSourceDictionary.xml">
       <SubType>Designer</SubType>
     </Content>
-    <Content Include="www\cordova-2.5.0.js" />
+    <Content Include="www\cordova-2.6.0rc1.js" />
     <Content Include="www\cordova-current.js" />
     <Content Include="www\network.html">
       <SubType>Designer</SubType>

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/404152e1/example/CordovaSourceDictionary.xml
----------------------------------------------------------------------
diff --git a/example/CordovaSourceDictionary.xml b/example/CordovaSourceDictionary.xml
index 175432e..a9f2587 100644
--- a/example/CordovaSourceDictionary.xml
+++ b/example/CordovaSourceDictionary.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This file is auto-generated, do not edit! -jm -->
 <CordovaSourceDictionary>
-    <FilePath Value="www\cordova-2.5.0.js"/>
+    <FilePath Value="www\cordova-2.6.0rc1.js"/>
     <FilePath Value="www\cordova-current.js"/>
     <FilePath Value="www\network.html"/>
     <FilePath Value="www\notification.html"/>