Add descriptions to .nuspec file
authorjoon.c.baek <joon.c.baek@samsung.com>
Mon, 7 Nov 2016 04:03:55 +0000 (13:03 +0900)
committerGihun Chang <gihun.chang@samsung.com>
Mon, 7 Nov 2016 04:28:06 +0000 (13:28 +0900)
Add descriptions about author, license, url to .nuspec file

Change-Id: I0e1783cd5778debe60a2939e1a2ea18fb6dd0035
Signed-off-by: joon.c.baek <joon.c.baek@samsung.com>
packaging/csapi-trace.spec
src/Tizen.Tracer/Tizen.Tracer.nuspec

index aca11e2..20d3d5d 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:       csapi-trace
 Summary:    Tizen Tracer API for C#
-Version:    1.0.2
+Version:    1.0.3
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
index 5e9f781..1138f41 100644 (file)
@@ -3,8 +3,13 @@
   <metadata>
                <id>Tizen.Tracer</id>
                <version>$version$</version>
-               <authors>Tizen Developers</authors>
-               <description>Tracing API for Tizen.Net</description>
+               <authors>tizen</authors>
+               <requireLicenseAcceptance>false</requireLicenseAcceptance>
+               <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
+               <projectUrl>http://www.tizen.org</projectUrl>
+               <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
+               <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
+               <description>Provides the colllection of event tracing APIs that are used for runtime behavior analysis in Tizen .Net</description>
     <dependencies>
       <dependency id="Tizen" version="1.0.1" />
     </dependencies>