Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #80 from rookiejava/master
Browse files Browse the repository at this point in the history
Update Xamarin.Forms version to 5.0.0-pre6
  • Loading branch information
rookiejava committed Dec 30, 2020
2 parents 54895d3 + eb0100f commit e0d09d9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion sample/Sample.Tizen/tizen-manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<privileges>
<privilege>http://tizen.org/privilege/internet</privilege>
<privilege>http://developer.samsung.com/privilege/drmplay</privilege>
<privilege>http://developer.samsung.com/privilege/drminfo</privilege>
</privileges>
<dependencies />
<provides-appdefined-privileges />
Expand Down
2 changes: 1 addition & 1 deletion sample/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Include Nuget Package for Xamarin building -->
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1558-pre3" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1829-pre6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Tizen.TV.UIControls.Forms\Tizen.TV.UIControls.Forms.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion sample/TMDb/src/TMDb/TMDb/TMDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Tizen.NET" Version="4.0.0" />
<PackageReference Include="TMDbLib" Version="1.2.0-alpha" />
<PackageReference Include="Xamarin.FFImageLoading.Forms" Version="2.4.3.840" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1558-pre3" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1829-pre6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\src\Tizen.TV.UIControls.Forms\Tizen.TV.UIControls.Forms.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Tizen.TV.UIControls.Forms/Renderer/MediaPlayerImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public async Task<bool> Start()
{
_player.Start();
}
catch (Exception e)
catch (Exception)
{
return false;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<None Remove="Resources\img_button_play.png" />
<EmbeddedResource Include="Resources\img_button_pause.png" />
<EmbeddedResource Include="Resources\img_button_play.png" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1558-pre3" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1829-pre6" />
<EmbeddedResource Update="EmbeddingControls.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
Expand Down

0 comments on commit e0d09d9

Please sign in to comment.