Update the spec file and nuspec file
authorKangho Hur <kangho.hur@samsung.com>
Mon, 7 Nov 2016 04:29:24 +0000 (13:29 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 7 Nov 2016 08:35:01 +0000 (17:35 +0900)
Change-Id: I344dda1ec877992ba229d3493ff7842574d6a86a

packaging/elm-sharp.spec
src/ElmSharp/ElmSharp.nuspec

index 13ef7c3..4118192 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:       elm-sharp
 Summary:    C# Binding for Elementary
-Version:    1.0.11
+Version:    1.0.12
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
index 4a72702..e7d3f98 100644 (file)
@@ -1,13 +1,18 @@
 <?xml version="1.0"?>
 <package>
-  <metadata>
+       <metadata>
                <id>ElmSharp</id>
                <version>$version$</version>
-               <authors>Tizen Developers</authors>
-               <description>C# Binding for Elementary</description>
+               <authors>tizen</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>ElmSharp is the top-most library based on Tizen Native UI Framwork (EFL). It provides a variety of pre-built UI components, such as layout objects and widgets, that allow you to build rich graphical user interfaces.</description>
        </metadata>
-  <files>
-    <file src="bin/$Configuration$/ElmSharp.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/ElmSharp.dll" target="lib/net45" />
-  </files>
+       <files>
+               <file src="bin/$Configuration$/ElmSharp.dll" target="lib/netstandard1.3" />
+               <file src="bin/$Configuration$/Net45/ElmSharp.dll" target="lib/net45" />
+       </files>
 </package>