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/06/26 21:20:24 UTC

[1/2] git commit: update version numbers

Updated Branches:
  refs/heads/2.9.x a49b31083 -> 1c5804b22
Updated Tags:  refs/tags/2.9.0 [created] 1c5804b22


update version numbers


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

Branch: refs/heads/2.9.x
Commit: c46cd67c54c7ba29332a60079edf61225a0425dd
Parents: a49b310
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jun 26 11:50:09 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jun 26 11:50:09 2013 -0700

----------------------------------------------------------------------
 VERSION                            |  2 +-
 common/Plugins/Device.cs           |  2 +-
 wp7/template/MyTemplate.vstemplate | 12 +++---------
 wp7/template/README.md             | 13 -------------
 wp8/template/MyTemplate.vstemplate |  6 +++---
 5 files changed, 8 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c46cd67c/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 88f28f0..f3ac133 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.9.0rc1
\ No newline at end of file
+2.9.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c46cd67c/common/Plugins/Device.cs
----------------------------------------------------------------------
diff --git a/common/Plugins/Device.cs b/common/Plugins/Device.cs
index 8abb4ff..6fb9913 100644
--- a/common/Plugins/Device.cs
+++ b/common/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 "0.0.0";
+                return "2.9.0";
             }
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c46cd67c/wp7/template/MyTemplate.vstemplate
----------------------------------------------------------------------
diff --git a/wp7/template/MyTemplate.vstemplate b/wp7/template/MyTemplate.vstemplate
index 2598b19..eb6a365 100644
--- a/wp7/template/MyTemplate.vstemplate
+++ b/wp7/template/MyTemplate.vstemplate
@@ -1,19 +1,13 @@
 <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
   <TemplateData>
-    <Name>CordovaWP7_0_0_0
-
-
-</Name>
-    <Description>Starter project for building a Cordova app for Windows Phone version: 0.0.0</Description>
+    <Name>CordovaWP7_2_9_0</Name>
+    <Description>Starter project for building a Cordova app for Windows Phone 7.5 version: 2.9.0</Description>
     <ProjectType>CSharp</ProjectType>
     <ProjectSubType>
     </ProjectSubType>
     <SortOrder>1000</SortOrder>
     <CreateNewFolder>true</CreateNewFolder>
-    <DefaultName>CordovaWP7_0_0_0
-
-
-</DefaultName>
+    <DefaultName>CordovaWP7_2_9_0</DefaultName>
     <ProvideDefaultName>true</ProvideDefaultName>
     <LocationField>Enabled</LocationField>
     <EnableLocationBrowseButton>true</EnableLocationBrowseButton>

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c46cd67c/wp7/template/README.md
----------------------------------------------------------------------
diff --git a/wp7/template/README.md b/wp7/template/README.md
deleted file mode 100644
index 6374253..0000000
--- a/wp7/template/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Project Template
-===
-
-This project template needs to be built to be installed.
-
-
-This template includes the full source code for Windows Phone 7
-
-
-In order to build this template in Visual Studio Express for Windows Phone 7 :
-
-1. Open the solution file in Visual Studio
-2. Choose File->Export Template and follow the directions.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c46cd67c/wp8/template/MyTemplate.vstemplate
----------------------------------------------------------------------
diff --git a/wp8/template/MyTemplate.vstemplate b/wp8/template/MyTemplate.vstemplate
index 11d7835..637bdb0 100644
--- a/wp8/template/MyTemplate.vstemplate
+++ b/wp8/template/MyTemplate.vstemplate
@@ -1,13 +1,13 @@
 <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
   <TemplateData>
-    <Name>CordovaWP8_0_0_0</Name>
-    <Description>Starter project for building a Cordova app for Windows Phone 8 version: 0.0.0</Description>
+    <Name>CordovaWP8_2_9_0</Name>
+    <Description>Starter project for building a Cordova app for Windows Phone 8 version: 2.9.0</Description>
     <ProjectType>CSharp</ProjectType>
     <ProjectSubType>
     </ProjectSubType>
     <SortOrder>1000</SortOrder>
     <CreateNewFolder>true</CreateNewFolder>
-    <DefaultName>CordovaWP8_0_0_0</DefaultName>
+    <DefaultName>CordovaWP8_2_9_0</DefaultName>
     <ProvideDefaultName>true</ProvideDefaultName>
     <LocationField>Enabled</LocationField>
     <EnableLocationBrowseButton>true</EnableLocationBrowseButton>


[2/2] git commit: update assembly info for 2.9.0

Posted by pu...@apache.org.
update assembly info for 2.9.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/1c5804b2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/1c5804b2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/1c5804b2

Branch: refs/heads/2.9.x
Commit: 1c5804b22251d6e5a674ddbcbe73f859f6b7453f
Parents: c46cd67
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jun 26 11:59:00 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jun 26 11:59:00 2013 -0700

----------------------------------------------------------------------
 wp7/framework/Properties/AssemblyInfo.cs |  6 +++---
 wp7/template/Properties/AssemblyInfo.cs  | 12 ++++++------
 wp8/framework/Properties/AssemblyInfo.cs |  6 +++---
 wp8/template/Properties/AssemblyInfo.cs  | 12 ++++++------
 4 files changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1c5804b2/wp7/framework/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/wp7/framework/Properties/AssemblyInfo.cs b/wp7/framework/Properties/AssemblyInfo.cs
index 30c1e1c..70ee17d 100644
--- a/wp7/framework/Properties/AssemblyInfo.cs
+++ b/wp7/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.8.0")]
+[assembly: AssemblyDescription("2.9.0")]
 [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.8.0.0")]
-[assembly: AssemblyFileVersion("2.6.0rc1")]
+[assembly: AssemblyVersion("2.9.0.0")]
+[assembly: AssemblyFileVersion("2.9.0")]
 

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1c5804b2/wp7/template/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/wp7/template/Properties/AssemblyInfo.cs b/wp7/template/Properties/AssemblyInfo.cs
index 3f5dc5a..7200c3f 100644
--- a/wp7/template/Properties/AssemblyInfo.cs
+++ b/wp7/template/Properties/AssemblyInfo.cs
@@ -6,13 +6,13 @@ using System.Resources;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("CordovaAppProj")]
-[assembly: AssemblyDescription("2.0.0.0")]
+[assembly: AssemblyTitle("CordovaWP7AppProj")]
+[assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Apache Cordova")]
-[assembly: AssemblyProduct("CordovaAppProj")]
-[assembly: AssemblyCopyright("Copyright © Apache Cordova 2013")]
-[assembly: AssemblyTrademark("Apache Cordova")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("CordovaWP7AppProj")]
+[assembly: AssemblyCopyright("Copyright ©")]
+[assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
 [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1c5804b2/wp8/framework/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/wp8/framework/Properties/AssemblyInfo.cs b/wp8/framework/Properties/AssemblyInfo.cs
index 6f1ef4f..49cab43 100644
--- a/wp8/framework/Properties/AssemblyInfo.cs
+++ b/wp8/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("0.0.0")]
+[assembly: AssemblyDescription("2.9.0")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Apache Cordova")]
 [assembly: AssemblyProduct("WPCordovaClassLib")]
@@ -31,5 +31,5 @@ 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("0.0.0.0")]
-[assembly: AssemblyFileVersion("0.0.0.0")]
+[assembly: AssemblyVersion("2.9.0.0")]
+[assembly: AssemblyFileVersion("2.9.0.0")]

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/1c5804b2/wp8/template/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/wp8/template/Properties/AssemblyInfo.cs b/wp8/template/Properties/AssemblyInfo.cs
index 8d9eb89..ae96767 100644
--- a/wp8/template/Properties/AssemblyInfo.cs
+++ b/wp8/template/Properties/AssemblyInfo.cs
@@ -6,13 +6,13 @@ using System.Resources;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("CordovaAppProj")]
-[assembly: AssemblyDescription("2.0.0.0")]
+[assembly: AssemblyTitle("CordovaWP8AppProj")]
+[assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Apache Cordova")]
-[assembly: AssemblyProduct("CordovaAppProj")]
-[assembly: AssemblyCopyright("Copyright © Apache Cordova 2013")]
-[assembly: AssemblyTrademark("Apache Cordova")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("CordovaWP8AppProj")]
+[assembly: AssemblyCopyright("Copyright ©")]
+[assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]