nuspec file changed for NuGet package 79/121979/2
authordongsug.song <dongsug.song@samsung.com>
Wed, 29 Mar 2017 22:54:20 +0000 (07:54 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Thu, 30 Mar 2017 00:46:14 +0000 (09:46 +0900)
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Change-Id: I7259713db4a0644d4c476c5957685114af84feeb

Tizen.NUI/Tizen.NUI.nuspec

index 80ea2ff..057f705 100755 (executable)
@@ -1,15 +1,21 @@
 <?xml version="1.0"?>
 <package>
-  <metadata>
-               <id>Tizen.NUI</id>
-               <version>$version$</version>
-               <authors>Tizen Developers</authors>
-               <description>Tizen NUI dll (dali c#) </description>
-    <dependencies>
-      <dependency id="Tizen.Applications" version="1.0.3"/>
-    </dependencies>
-       </metadata>
-  <files>
-    <file src="bin/$Configuration$/Tizen.NUI.dll" target="lib/netstandard1.3" />
-  </files>
+ <metadata>
+  <id>Tizen.NUI</id>
+  <version>$version$</version>
+  <authors>Samsung Electronics</authors>
+  <requireLicenseAcceptance>false</requireLicenseAcceptance>
+  <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
+  <projectUrl>https://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>Tizen NUI is the UI Framework based on DALi (Dynamic Animation Library) 3D Graphic engine. It is a quick and easy way of allowing developers to create Rich UI Applications like Image/Video galleries, Music players, Games, Homescreens/launch pads, and so on. </description>
+  <dependencies>
+   <dependency id="Tizen.Applications" version="1.0.3"/>
+  </dependencies>
+ </metadata>
+ <files>
+  <file src="bin/$Configuration$/Tizen.NUI.dll" target="lib/netstandard1.3" />
+ </files>
 </package>
+