From eb0100fd87ae98bf2046b0fff94d146cb111e475 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Wed, 30 Dec 2020 17:42:19 +0900 Subject: [PATCH] Update Xamarin.Forms version to 5.0.0-pre6 --- sample/Sample.Tizen/tizen-manifest.xml | 1 - sample/Sample/Sample.csproj | 2 +- sample/TMDb/src/TMDb/TMDb/TMDb.csproj | 2 +- src/Tizen.TV.UIControls.Forms/Renderer/MediaPlayerImpl.cs | 2 +- src/Tizen.TV.UIControls.Forms/Tizen.TV.UIControls.Forms.csproj | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sample/Sample.Tizen/tizen-manifest.xml b/sample/Sample.Tizen/tizen-manifest.xml index 004e871..b881284 100644 --- a/sample/Sample.Tizen/tizen-manifest.xml +++ b/sample/Sample.Tizen/tizen-manifest.xml @@ -11,7 +11,6 @@ http://tizen.org/privilege/internet http://developer.samsung.com/privilege/drmplay - http://developer.samsung.com/privilege/drminfo diff --git a/sample/Sample/Sample.csproj b/sample/Sample/Sample.csproj index df8e8f3..5d11a97 100644 --- a/sample/Sample/Sample.csproj +++ b/sample/Sample/Sample.csproj @@ -6,7 +6,7 @@ - + diff --git a/sample/TMDb/src/TMDb/TMDb/TMDb.csproj b/sample/TMDb/src/TMDb/TMDb/TMDb.csproj index 17dea7a..4c5705e 100644 --- a/sample/TMDb/src/TMDb/TMDb/TMDb.csproj +++ b/sample/TMDb/src/TMDb/TMDb/TMDb.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Tizen.TV.UIControls.Forms/Renderer/MediaPlayerImpl.cs b/src/Tizen.TV.UIControls.Forms/Renderer/MediaPlayerImpl.cs index 1e69fd9..2c54a93 100644 --- a/src/Tizen.TV.UIControls.Forms/Renderer/MediaPlayerImpl.cs +++ b/src/Tizen.TV.UIControls.Forms/Renderer/MediaPlayerImpl.cs @@ -187,7 +187,7 @@ public async Task Start() { _player.Start(); } - catch (Exception e) + catch (Exception) { return false; } diff --git a/src/Tizen.TV.UIControls.Forms/Tizen.TV.UIControls.Forms.csproj b/src/Tizen.TV.UIControls.Forms/Tizen.TV.UIControls.Forms.csproj index ef3f228..dbac0d4 100644 --- a/src/Tizen.TV.UIControls.Forms/Tizen.TV.UIControls.Forms.csproj +++ b/src/Tizen.TV.UIControls.Forms/Tizen.TV.UIControls.Forms.csproj @@ -21,7 +21,7 @@ - + MSBuild:UpdateDesignTimeXaml