From: pr.jung Date: Tue, 14 Feb 2017 09:58:26 +0000 (+0900) Subject: Change Assemblies Tizen.System to Tizen.System.Information X-Git-Tag: submit/tizen/20170214.105835^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e51c25ed3eca05e1f2a2852a7d5b9d8202ca12c;p=platform%2Fcore%2Fcsapi%2Fsensor.git Change Assemblies Tizen.System to Tizen.System.Information Change-Id: I9bee5d4e5b5a294147a810de6841c8c2f3b6b6ca Signed-off-by: pr.jung --- diff --git a/Tizen.Sensor/Tizen.Sensor.Net45.project.json b/Tizen.Sensor/Tizen.Sensor.Net45.project.json index 5adaa69..0ee2257 100755 --- a/Tizen.Sensor/Tizen.Sensor.Net45.project.json +++ b/Tizen.Sensor/Tizen.Sensor.Net45.project.json @@ -1,7 +1,7 @@ { "dependencies": { "Tizen": "1.0.2", - "Tizen.System": "1.0.5" + "Tizen.System.Information": "1.0.1" }, "frameworks": { "net45": {} diff --git a/Tizen.Sensor/Tizen.Sensor.nuspec b/Tizen.Sensor/Tizen.Sensor.nuspec index 575b7c1..08b1d5e 100644 --- a/Tizen.Sensor/Tizen.Sensor.nuspec +++ b/Tizen.Sensor/Tizen.Sensor.nuspec @@ -12,7 +12,7 @@ Provides the classes to control and get data from the sensors supported by the device. - + diff --git a/Tizen.Sensor/Tizen.Sensor.project.json b/Tizen.Sensor/Tizen.Sensor.project.json index 75e27f0..be554ab 100644 --- a/Tizen.Sensor/Tizen.Sensor.project.json +++ b/Tizen.Sensor/Tizen.Sensor.project.json @@ -2,7 +2,7 @@ "dependencies": { "NETStandard.Library": "1.6.0", "Tizen": "1.0.2", - "Tizen.System": "1.0.5" + "Tizen.System.Information": "1.0.1" }, "frameworks": { "netstandard1.3": {} diff --git a/packaging/csapi-sensor.spec b/packaging/csapi-sensor.spec index 1869d79..b876480 100755 --- a/packaging/csapi-sensor.spec +++ b/packaging/csapi-sensor.spec @@ -15,7 +15,7 @@ BuildRequires: dotnet-build-tools # C# API Requires BuildRequires: csapi-tizen-nuget -BuildRequires: csapi-system-nuget +BuildRequires: csapi-information-nuget %define Assemblies Tizen.Sensor