Skip to content

Commit

Permalink
Version 1.5.7 public release candidate (#87)
Browse files Browse the repository at this point in the history
* Unifying Xamarin.Forms version
* Release notes to the version 1.5.7.
  • Loading branch information
pbsamsung authored and GitHub Enterprise committed Feb 16, 2021
1 parent 1b356df commit e6cd94f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimplePlayer.Tizen.TV/SimplePlayer.Tizen.TV.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Tizen.NET.Sdk/1.1.6">
<Project Sdk="Tizen.NET.Sdk/1.1.6">
<!-- Property Group for Tizen50 Project -->
<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -18,7 +18,7 @@
</ItemGroup>
<ItemGroup>
<!-- Include Nuget Package for Tizen Project building -->
<PackageReference Include="Xamarin.Forms" Version="4.6.0.800" />
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1560" />
<ProjectReference Include="..\JuvoPlayer\JuvoPlayer.csproj" />
</ItemGroup>
</Project>
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## Release notes

**JuvoPlayer 1.5.7 (beta)**

### Features:

* All features of the JuvoPlayer 1.5.6.
* The MS Build scripting (.csproj) files are ready for multitarget builds, generating tizen50 and tizen60 packages in a single build (rebuild) step.
* Example:
` <TargetFrameworks>tizen60;tizen50</TargetFrameworks>
` means that the two .tpk packages will be created as output artifacts. By default, MS Visual Studio will try to install and launch the first listed, in this example it will be tizen60.

> IMPORTANT - The most recent Tizen Baseline SDK includes TV emulator compatible with Tizen 6.0 (TV 2021). Make sure you have installed Tizen Baseline SDK version 2.8.4 or later with all the necessary TV extensions (TV Extensions 6.0 and Samsung Certificate Extension version 2.0.54 or later). The SDK related version values can be found using the Tizen Studio Package Manager (see more in https://developer.samsung.com/tizen/Smart-TV/Installation.html). Check also the correct version (3.4.0.0 or later) of the Visual Studio Tools for Tizen managed as IDE extension (see more in https://marketplace.visualstudio.com/items?itemName=tizen.VSToolsforTizen).
* The tizen-manifest.xml metafiles are no longer updated automatically. It used to happen when JuvoPlayer project version value was changing (version up). From now on, the common version value is placed inside the Directory.Build.Props, located in the solution root folder.

**JuvoPlayer 1.5.6 (beta)**

### Features:
Expand Down

0 comments on commit e6cd94f

Please sign in to comment.