From: kj7.sung Date: Thu, 15 Dec 2016 03:30:25 +0000 (+0900) Subject: csharp : location X-Git-Tag: submit/trunk/20170823.075128~103^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23f3691a63e6d3df0f8a4a7114dea6a5b5ab53b3;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git csharp : location 1. Applied latest devel code 2. ExcludeArch to support armv7l, x86_64 Change-Id: Ia42d5af10cd99d4ac0bf5b1e778ad26fbb3c6083 Signed-off-by: kj7.sung --- diff --git a/packaging/csapi-location.spec b/packaging/csapi-location.spec index c289c67..f6d58a7 100755 --- a/packaging/csapi-location.spec +++ b/packaging/csapi-location.spec @@ -20,12 +20,12 @@ AutoReqProv: no BuildRequires: mono-compiler BuildRequires: mono-devel - BuildRequires: dotnet-build-tools - # C# API Requires BuildRequires: csapi-tizen-nuget +ExcludeArch: %{ix86} aarch64 + %description Tizen Location API for C# diff --git a/src/Tizen.Location/Tizen.Location.Net45.project.json b/src/Tizen.Location/Tizen.Location.Net45.project.json index ab1a0ee..1ec1af2 100644 --- a/src/Tizen.Location/Tizen.Location.Net45.project.json +++ b/src/Tizen.Location/Tizen.Location.Net45.project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Tizen": "1.0.1" + "Tizen": "1.0.2" }, "frameworks": { "net45": {} diff --git a/src/Tizen.Location/Tizen.Location.nuspec b/src/Tizen.Location/Tizen.Location.nuspec index 6cbae08..0d6f362 100755 --- a/src/Tizen.Location/Tizen.Location.nuspec +++ b/src/Tizen.Location/Tizen.Location.nuspec @@ -3,15 +3,15 @@ Tizen.Location $version$ - tizen + Samsung Electronics false https://www.apache.org/licenses/LICENSE-2.0 https://www.tizen.org/ https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png © Samsung Electronics Co., Ltd All Rights Reserved - Provides the basic structures and classes that are used in the other Tizen Device API. + Provides the Location API for Tizen.Net - + diff --git a/src/Tizen.Location/Tizen.Location.project.json b/src/Tizen.Location/Tizen.Location.project.json index db7436c..55ec093 100644 --- a/src/Tizen.Location/Tizen.Location.project.json +++ b/src/Tizen.Location/Tizen.Location.project.json @@ -1,7 +1,7 @@ { "dependencies": { "NETStandard.Library": "1.6.0", - "Tizen": "1.0.1" + "Tizen": "1.0.2" }, "frameworks": { "netstandard1.3": {}