Update Nuget packages
authorcskim <charles0.kim@samsung.com>
Mon, 27 Mar 2017 01:51:37 +0000 (10:51 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:50 +0000 (18:34 +0900)
Change-Id: Ib9e8b25e72bcfcab305fd30c637991d8cfc27921

LibTVRefCommonTizen/LibTVRefCommonTizen.project.json
LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs
TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json
TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json
TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk

index 45b40fcc6d6f427dfa52aec4cd8da1f230a32fef..e4b6c4bfcec462c22f7ff63a710574714c155d39 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "ElmSharp": "1.1.0-beta-016",
+    "ElmSharp": "1.1.0-beta-017",
     "Microsoft.NETCore.App": "1.1.0",
-    "Tizen.Library": "1.0.0-pre2",
+    "Tizen.Library": "1.0.0-pre3",
     "Xamarin.Forms": "2.3.3.193",
-    "Xamarin.Forms.Platform.Tizen": "2.3.4-r192-005"
+    "Xamarin.Forms.Platform.Tizen": "2.3.4-r214-001"
   },
   "frameworks": {
     "netcoreapp1.0": {
index 6eb133dd873e4134757f2c131dce389fb03c1581..bb98cb7105e84474b0612167720f21508525a465 100644 (file)
@@ -36,7 +36,7 @@ namespace LibTVRefCommonTizen.Ports
         void OnApplicationLaunched(object sender, EventArgs args)
         {
             ApplicationLaunchedEventArgs launchedEventArgs = args as ApplicationLaunchedEventArgs;
-            DebuggingUtils.Dbg(launchedEventArgs.ApplicationInfo.Label.ToString() + " launched");
+            DebuggingUtils.Dbg(launchedEventArgs.ApplicationRunningContext.ApplicationId + " launched");
         }
 
         public async Task<Dictionary<string, string[]>> GetRecentApplications()
index 9fc36357eb4a55be3d397f39902e8a09fddb077f..ceeac630d88599202be4a5fa27a87f9d8b2a3752 100644 (file)
@@ -6,11 +6,11 @@
     "preserveCompilationContext": true
   },
   "dependencies": {
-    "ElmSharp": "1.1.0-beta-016",
+    "ElmSharp": "1.1.0-beta-017",
     "Microsoft.NETCore.App": "1.1.0",
-    "Tizen.Library": "1.0.0-pre2",
+    "Tizen.Library": "1.0.0-pre3",
     "Xamarin.Forms": "2.3.3.193",
-    "Xamarin.Forms.Platform.Tizen": "2.3.4-r192-005"
+    "Xamarin.Forms.Platform.Tizen": "2.3.4-r214-001"
   },
   "runtimes": {
     "win": {},
index 9fc36357eb4a55be3d397f39902e8a09fddb077f..ceeac630d88599202be4a5fa27a87f9d8b2a3752 100644 (file)
@@ -6,11 +6,11 @@
     "preserveCompilationContext": true
   },
   "dependencies": {
-    "ElmSharp": "1.1.0-beta-016",
+    "ElmSharp": "1.1.0-beta-017",
     "Microsoft.NETCore.App": "1.1.0",
-    "Tizen.Library": "1.0.0-pre2",
+    "Tizen.Library": "1.0.0-pre3",
     "Xamarin.Forms": "2.3.3.193",
-    "Xamarin.Forms.Platform.Tizen": "2.3.4-r192-005"
+    "Xamarin.Forms.Platform.Tizen": "2.3.4-r214-001"
   },
   "runtimes": {
     "win": {},
index bf9003884059671390a7a37a2ecfb7756f483606..33b413a5086e02c92aa41b5d58fcff9c629945ea 100644 (file)
Binary files a/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk and b/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk differ