summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2016-11-07 13:29:24 +0900
committerKangho Hur <kangho.hur@samsung.com>2016-11-07 17:35:01 +0900
commit451391b2eb2beec2f04c860043140534a1f21766 (patch)
treed69e1b527c62c45bf4df9c217688f527041f1735
parentf9a8a0350762e5d6ae1c32a8713c2559a03d4b14 (diff)
downloadelm-sharp-451391b2eb2beec2f04c860043140534a1f21766.tar.gz
elm-sharp-451391b2eb2beec2f04c860043140534a1f21766.tar.bz2
elm-sharp-451391b2eb2beec2f04c860043140534a1f21766.zip
Update the spec file and nuspec file
Change-Id: I344dda1ec877992ba229d3493ff7842574d6a86a
-rw-r--r--ElmSharp/ElmSharp.nuspec19
-rw-r--r--packaging/elm-sharp.spec2
2 files changed, 13 insertions, 8 deletions
diff --git a/ElmSharp/ElmSharp.nuspec b/ElmSharp/ElmSharp.nuspec
index 4a72702..e7d3f98 100644
--- a/ElmSharp/ElmSharp.nuspec
+++ b/ElmSharp/ElmSharp.nuspec
@@ -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>
diff --git a/packaging/elm-sharp.spec b/packaging/elm-sharp.spec
index 13ef7c3..4118192 100644
--- a/packaging/elm-sharp.spec
+++ b/packaging/elm-sharp.spec
@@ -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