You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/05/23 23:38:28 UTC

[1/2] wp7 commit: Set VERSION to 2.8.0rc1

Updated Branches:
  refs/heads/master 159a6ccb6 -> 997b2a72c


Set VERSION to 2.8.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/3464816a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/3464816a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/3464816a

Branch: refs/heads/master
Commit: 3464816a21ec55b54cc462229faa406ab2291ba0
Parents: 159a6cc
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu May 23 00:28:23 2013 -0400
Committer: Benn Mapes <be...@gmail.com>
Committed: Thu May 23 14:38:13 2013 -0700

----------------------------------------------------------------------
 VERSION |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/3464816a/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 9aa3464..1277c83 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.7.0
\ No newline at end of file
+2.8.0rc1


[2/2] wp7 commit: Version 2.8.0rc1 prep

Posted by be...@apache.org.
Version 2.8.0rc1 prep


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

Branch: refs/heads/master
Commit: 997b2a72c6ed39bd97e0bddc6fdfbf91c3795e78
Parents: 3464816
Author: Benn Mapes <be...@gmail.com>
Authored: Thu May 23 14:17:38 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Thu May 23 14:38:14 2013 -0700

----------------------------------------------------------------------
 framework/Properties/AssemblyInfo.cs         |    4 ++--
 templates/standalone/Plugins/Device.cs       |    2 +-
 templates/standalone/VERSION                 |    2 +-
 templates/vs/MyTemplateStandAlone.vstemplate |    6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/997b2a72/framework/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/framework/Properties/AssemblyInfo.cs b/framework/Properties/AssemblyInfo.cs
index 62c7964..58fcdbb 100644
--- a/framework/Properties/AssemblyInfo.cs
+++ b/framework/Properties/AssemblyInfo.cs
@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("WPCordovaClassLib")]
-[assembly: AssemblyDescription("2.7.0")]
+[assembly: AssemblyDescription("2.8.0rc1")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Apache Cordova")]
 [assembly: AssemblyProduct("WPCordovaClassLib")]
@@ -32,6 +32,6 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.7.0.0")]
+[assembly: AssemblyVersion("2.8.0.0")]
 [assembly: AssemblyFileVersion("2.6.0rc1")]
 

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/997b2a72/templates/standalone/Plugins/Device.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/Plugins/Device.cs b/templates/standalone/Plugins/Device.cs
index 07100ae..52b124e 100644
--- a/templates/standalone/Plugins/Device.cs
+++ b/templates/standalone/Plugins/Device.cs
@@ -73,7 +73,7 @@ namespace WPCordovaClassLib.Cordova.Commands
             get
             {
                 // TODO: should be able to dynamically read the Cordova version from somewhere...
-                return "2.7.0";
+                return "2.8.0rc1";
             }
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/997b2a72/templates/standalone/VERSION
----------------------------------------------------------------------
diff --git a/templates/standalone/VERSION b/templates/standalone/VERSION
index 9aa3464..1277c83 100644
--- a/templates/standalone/VERSION
+++ b/templates/standalone/VERSION
@@ -1 +1 @@
-2.7.0
\ No newline at end of file
+2.8.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/997b2a72/templates/vs/MyTemplateStandAlone.vstemplate
----------------------------------------------------------------------
diff --git a/templates/vs/MyTemplateStandAlone.vstemplate b/templates/vs/MyTemplateStandAlone.vstemplate
index 0de2a0e..e6579f7 100644
--- a/templates/vs/MyTemplateStandAlone.vstemplate
+++ b/templates/vs/MyTemplateStandAlone.vstemplate
@@ -1,13 +1,13 @@
 <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
   <TemplateData>
-    <Name>CordovaWP7_2_7_0</Name>
-    <Description>Cordova 2.7.0 for Windows Phone 7.5 using the Cordova source code directly.</Description>
+    <Name>CordovaWP7_2_8_0rc1</Name>
+    <Description>Cordova 2.8.0rc1 for Windows Phone 7.5 using the Cordova source code directly.</Description>
     <ProjectType>CSharp</ProjectType>
     <ProjectSubType>
     </ProjectSubType>
     <SortOrder>1000</SortOrder>
     <CreateNewFolder>true</CreateNewFolder>
-    <DefaultName>CordovaWP7_2_7_0</DefaultName>
+    <DefaultName>CordovaWP7_2_8_0rc1</DefaultName>
     <ProvideDefaultName>true</ProvideDefaultName>
     <LocationField>Enabled</LocationField>
     <EnableLocationBrowseButton>true</EnableLocationBrowseButton>