From: WonYoung Choi Date: Tue, 15 Nov 2016 00:19:55 +0000 (+0900) Subject: Fix .nuspec file to change authors and version dependencies X-Git-Tag: submit/tizen/20161214.063015~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a3a769d2389570ad2fac5136103ce4c6d893e64;p=platform%2Fcore%2Fcsapi%2Fsensor.git Fix .nuspec file to change authors and version dependencies Change-Id: I94e44b810961cbdc576be6c48af60127afa4d585 Signed-off-by: WonYoung Choi --- diff --git a/Tizen.Sensor/Tizen.Sensor.Net45.project.json b/Tizen.Sensor/Tizen.Sensor.Net45.project.json index 503a8ff..5adaa69 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.1", - "Tizen.System": "1.0.2" + "Tizen": "1.0.2", + "Tizen.System": "1.0.5" }, "frameworks": { "net45": {} diff --git a/Tizen.Sensor/Tizen.Sensor.nuspec b/Tizen.Sensor/Tizen.Sensor.nuspec index cc114ae..575b7c1 100644 --- a/Tizen.Sensor/Tizen.Sensor.nuspec +++ b/Tizen.Sensor/Tizen.Sensor.nuspec @@ -3,7 +3,7 @@ Tizen.Sensor $version$ - tizen + Samsung Electronics false https://www.apache.org/licenses/LICENSE-2.0 https://www.tizen.org/ @@ -11,7 +11,8 @@ © Samsung Electronics Co., Ltd All Rights Reserved 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 5abf875..75e27f0 100644 --- a/Tizen.Sensor/Tizen.Sensor.project.json +++ b/Tizen.Sensor/Tizen.Sensor.project.json @@ -1,8 +1,8 @@ { "dependencies": { "NETStandard.Library": "1.6.0", - "Tizen": "1.0.1", - "Tizen.System": "1.0.2" + "Tizen": "1.0.2", + "Tizen.System": "1.0.5" }, "frameworks": { "netstandard1.3": {}