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/06/22 20:42:32 UTC

[6/18] wp7 commit: updated test proj

updated test proj


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/4af971d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/4af971d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/4af971d7

Branch: refs/heads/master
Commit: 4af971d7b8236d72f8ea2893695c9fcba3fc0e6f
Parents: 1a4c402
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Jun 22 11:10:32 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Jun 22 11:10:32 2012 -0700

----------------------------------------------------------------------
 framework/Properties/AssemblyInfo.cs               |    4 +-
 .../MobileSpecUnitTests/MobileSpecUnitTests.csproj |    2 +-
 tests/MobileSpecUnitTests/www/cordova-1.8.1.js     | 5484 --------------
 tests/MobileSpecUnitTests/www/cordova-1.9.0.js     | 5644 +++++++++++++++
 tests/MobileSpecUnitTests/www/index.html           |    2 +-
 5 files changed, 5648 insertions(+), 5488 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/4af971d7/framework/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/framework/Properties/AssemblyInfo.cs b/framework/Properties/AssemblyInfo.cs
index f52c55b..6ebdfc5 100644
--- a/framework/Properties/AssemblyInfo.cs
+++ b/framework/Properties/AssemblyInfo.cs
@@ -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("1.8.1")]
-[assembly: AssemblyFileVersion("1.8.1")]
+[assembly: AssemblyVersion("1.9.0")]
+[assembly: AssemblyFileVersion("1.9.0")]

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/4af971d7/tests/MobileSpecUnitTests/MobileSpecUnitTests.csproj
----------------------------------------------------------------------
diff --git a/tests/MobileSpecUnitTests/MobileSpecUnitTests.csproj b/tests/MobileSpecUnitTests/MobileSpecUnitTests.csproj
index 12b63da..b6d09dd 100644
--- a/tests/MobileSpecUnitTests/MobileSpecUnitTests.csproj
+++ b/tests/MobileSpecUnitTests/MobileSpecUnitTests.csproj
@@ -109,7 +109,7 @@
     </Content>
     <Content Include="BuildManifestProcessor.js" />
     <Content Include="CordovaSourceDictionary.xml" />
-    <Content Include="www\cordova-1.8.1.js" />
+    <Content Include="www\cordova-1.9.0.js" />
     <Content Include="www\index.html">
       <SubType>Designer</SubType>
     </Content>