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 2012/07/14 02:24:42 UTC

[25/46] wp7 commit: updated assembly info, like the file name suggests ..

updated assembly info, like the file name suggests ..


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

Branch: refs/heads/master
Commit: d00266b8b217ef4ba2e612dd8efd6d99be0b369a
Parents: 62d3260
Author: Jesse <pu...@gmail.com>
Authored: Wed Jul 11 17:51:32 2012 -0700
Committer: Jesse <pu...@gmail.com>
Committed: Wed Jul 11 17:51:32 2012 -0700

----------------------------------------------------------------------
 templates/standalone/Properties/AssemblyInfo.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/d00266b8/templates/standalone/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/Properties/AssemblyInfo.cs b/templates/standalone/Properties/AssemblyInfo.cs
index 94a4580..f534de9 100644
--- a/templates/standalone/Properties/AssemblyInfo.cs
+++ b/templates/standalone/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("GapAppProj")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("CordovaAppProj")]
+[assembly: AssemblyDescription("2.0.0.0")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("GapAppProj")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("Apache Cordova")]
+[assembly: AssemblyProduct("CordovaAppProj")]
+[assembly: AssemblyCopyright("Copyright © Apache Cordova 2012")]
+[assembly: AssemblyTrademark("Apache Cordova")]
 [assembly: AssemblyCulture("")]
 
 [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]