TizenFX API, which allows you to access platform-specific features not covered by the generic .NET and Xamarin.Forms features, such as system information and status, battery status, sensor date, and account and connectivity services.
Branch | API Level | Target Framework | API Reference | Platform | myget.org | nuget.org |
---|---|---|---|---|---|---|
master | 6 | tizen60 | Link | Tizen vNext (5.5) | ||
API5 | 5 | tizen50 | Link | Tizen 5.0 | ||
API4 | 4 | tizen40 | Link | Tizen 4.0 |
The master branch is the main development branch for the Tizen .NET API Level 6.
The following NuGet packages will be published to Tizen MyGet Gallery every day if there are any changes. (Nightly Build)
- Tizen.NET-6.0.0.#####
- Tizen.NET.API6-6.0.0.#####
- Tizen.NET.Internals-6.0.0.#####
And, This branch is pushed to the tizen branch in the tizen gerrit and submitted for the Tizen vNext (5.5) platform.
The API5 branch is the release branch for Tizen .NET API Level 5.
The API Level 5 was FROZEN. No new public APIs can be added to this branch, only bug fixes and internal APIs can be added.
The following NuGet packages are published to Tizen MyGet Gallery on demand.
- Tizen.NET-5.0.0.#####
- Tizen.NET.API5-5.0.0.#####
- Tizen.NET.Internals-5.0.0.#####
And, This branch is pushed to the tizen_5.0 branch in the tizen gerrit and submitted for the Tizen 5.0 platform.
The API4 branch is the release branch for Tizen .NET API Level 4.
The API Level 4 was FROZEN. No new public APIs can be added to this branch, only bug fixes and internal APIs can be added.
The following NuGet packages are published to Tizen MyGet Gallery on demand.
- Tizen.NET-4.0.1.#####
- Tizen.NET.API4-4.0.1.#####
- Tizen.NET.Internals-4.0.1.#####
And, This branch is pushed to the tizen_4.0 branch in the tizen gerrit and submitted for the Tizen 4.0 platform.
Install .NET Core SDK 2.0+ : https://www.microsoft.com/net/download/
git clone https://github.com/Samsung/TizenFX.git
cd TizenFX
./build.sh full
./build.sh pack
TizenFX is a part of the Tizen project. You can download the latest binaries with TizenFX from the link below :
Tizen Version | Link |
---|---|
Tizen 4.0 | http://download.tizen.org/snapshots/tizen/4.0-unified/latest/ |
Tizen 5.0 | http://download.tizen.org/snapshots/tizen/5.0-unified/latest/ |
Tizen vNext (5.5) | http://download.tizen.org/snapshots/tizen/unified/latest/ |