Apply Tizen.Applications separation 04/129104/1
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 15 May 2017 04:26:31 +0000 (13:26 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 15 May 2017 04:26:31 +0000 (13:26 +0900)
Change-Id: Ibd271c1ca3c254c6567554e9ebfd7032ad714090

Xamarin.Forms.Maps.Tizen/Xamarin.Forms.Maps.Tizen.csproj
Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj [changed mode: 0755->0644]
packaging/xamarin-forms-tizen.spec

index 03964ad..a64a36d 100644 (file)
@@ -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>
old mode 100755 (executable)
new mode 100644 (file)
index 9a13995..22ff9d7
@@ -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>
index 02ba5d3..002f4d5 100644 (file)
@@ -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