From: cskim Date: Mon, 27 Mar 2017 01:51:37 +0000 (+0900) Subject: Update Nuget packages X-Git-Tag: submit/tizen/20170808.015446~159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5329fee3354002dd76655ac5ebf70b55e0fa6888;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Update Nuget packages Change-Id: Ib9e8b25e72bcfcab305fd30c637991d8cfc27921 --- diff --git a/LibTVRefCommonTizen/LibTVRefCommonTizen.project.json b/LibTVRefCommonTizen/LibTVRefCommonTizen.project.json index 45b40fc..e4b6c4b 100644 --- a/LibTVRefCommonTizen/LibTVRefCommonTizen.project.json +++ b/LibTVRefCommonTizen/LibTVRefCommonTizen.project.json @@ -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": { diff --git a/LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs b/LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs index 6eb133d..bb98cb7 100644 --- a/LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs +++ b/LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs @@ -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> GetRecentApplications() diff --git a/TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json b/TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json index 9fc3635..ceeac63 100644 --- a/TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json +++ b/TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json @@ -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": {}, diff --git a/TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json b/TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json index 9fc3635..ceeac63 100644 --- a/TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json +++ b/TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json @@ -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": {}, diff --git a/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk b/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk index bf90038..33b413a 100644 Binary files a/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk and b/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk differ