diff options
author | WonYoung Choi <wy80.choi@samsung.com> | 2017-05-15 13:26:31 +0900 |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2017-07-10 11:11:25 +0900 |
commit | 8576a7c521995d94965a5e3d2d9d3d66b5bc7b10 (patch) | |
tree | 03ea5d45b0bc3ae61cefa907aee2ad7b9d6a53ad | |
parent | 7f838939578a45b6e4ac6f467af0da6793dd0b6d (diff) | |
download | xamarin-forms-8576a7c521995d94965a5e3d2d9d3d66b5bc7b10.tar.gz xamarin-forms-8576a7c521995d94965a5e3d2d9d3d66b5bc7b10.tar.bz2 xamarin-forms-8576a7c521995d94965a5e3d2d9d3d66b5bc7b10.zip |
Apply Tizen.Applications separation
Change-Id: Ibd271c1ca3c254c6567554e9ebfd7032ad714090
-rw-r--r-- | Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj | 7 | ||||
-rw-r--r--[-rwxr-xr-x] | Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj | 6 | ||||
-rw-r--r-- | packaging/xamarin-forms-tizen.spec | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj b/Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj index 03964ad7..a64a36db 100644 --- a/Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj +++ b/Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj @@ -6,10 +6,9 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="ElmSharp" Version="1.1.0-beta-018" /> - <PackageReference Include="Tizen.Applications" Version="1.3.2" /> - <PackageReference Include="Tizen.Location" Version="1.0.5" /> - <PackageReference Include="Tizen.Maps" Version="1.0.8" /> + <PackageReference Include="ElmSharp" Version="1.1.0-beta-022" /> + <PackageReference Include="Tizen.Location" Version="1.0.7" /> + <PackageReference Include="Tizen.Maps" Version="1.0.9" /> </ItemGroup> <ItemGroup> diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj index 9a13995c..22ff9d7d 100755..100644 --- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj +++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj @@ -6,9 +6,11 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="ElmSharp" Version="1.1.0-beta-021" /> + <PackageReference Include="Tizen" Version="1.0.5" /> + <PackageReference Include="Tizen.Applications.Common" Version="1.5.5" /> + <PackageReference Include="Tizen.Applications.UI" Version="1.5.5" /> + <PackageReference Include="ElmSharp" Version="1.1.0-beta-022" /> <PackageReference Include="System.Runtime.Serialization.Xml" Version="4.3.0" /> - <PackageReference Include="Tizen.Applications" Version="1.3.2" /> <PackageReference Include="Tizen.System.Information" Version="1.0.2" /> <PackageReference Include="Tizen.WebView" Version="1.0.0" /> </ItemGroup> diff --git a/packaging/xamarin-forms-tizen.spec b/packaging/xamarin-forms-tizen.spec index 02ba5d3d..002f4d56 100644 --- a/packaging/xamarin-forms-tizen.spec +++ b/packaging/xamarin-forms-tizen.spec @@ -2,7 +2,7 @@ %define XF_RELEASE 233 # Increase this XF_DEV_VERSION when any public APIs of Xamarin.Forms.Platform.Tizen are changed. -%define XF_DEV_VERSION 004 +%define XF_DEV_VERSION 006 Name: xamarin-forms-tizen Summary: Xamarin.Forms for Tizen platform @@ -23,7 +23,8 @@ BuildRequires: dotnet-build-tools # C# API Requires BuildRequires: elm-sharp-nuget BuildRequires: csapi-tizen-nuget -BuildRequires: csapi-application-nuget +BuildRequires: csapi-application-common-nuget +BuildRequires: csapi-application-ui-nuget BuildRequires: csapi-information-nuget BuildRequires: csapi-location-nuget BuildRequires: csapi-maps-nuget |