summaryrefslogtreecommitdiff
path: root/ElmSharp
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-06-07 22:37:20 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2017-06-09 09:17:40 +0900
commit5f7ad771d0286710817c8441c6d4ee2275b15f4e (patch)
treebd33d00affebe612b3bebb4e0796a337a5cedfcd /ElmSharp
parenta58b15bbaddda1277b1afcab3cef41095bd44ba9 (diff)
downloadelm-sharp-5f7ad771d0286710817c8441c6d4ee2275b15f4e.tar.gz
elm-sharp-5f7ad771d0286710817c8441c6d4ee2275b15f4e.tar.bz2
elm-sharp-5f7ad771d0286710817c8441c6d4ee2275b15f4e.zip
Merge packaging information to csproj
Change-Id: I416bbbb0e3c751c3aad3f0271b441014c73d63aa
Diffstat (limited to 'ElmSharp')
-rw-r--r--ElmSharp/ElmSharp.csproj17
-rw-r--r--ElmSharp/ElmSharp.nuspec14
2 files changed, 16 insertions, 15 deletions
diff --git a/ElmSharp/ElmSharp.csproj b/ElmSharp/ElmSharp.csproj
index 9b1f3ce..4127dda 100644
--- a/ElmSharp/ElmSharp.csproj
+++ b/ElmSharp/ElmSharp.csproj
@@ -1,12 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
+ <Version>1.2.0</Version>
+ <Authors>Samsung Electronics</Authors>
+ <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+ <Description>
+ ElmSharp is the top-most library based on the 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.
+ This is in the beta stage and will be refined based on developer feedback.
+ Backward compatibility issues may be raised when updating the platform version.
+ </Description>
+ <PackageProjectUrl>https://www.tizen.org/</PackageProjectUrl>
+ <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
+ <PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
+ </PropertyGroup>
+
+ <PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>ElmSharp.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
- <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
</PropertyGroup>
</Project>
diff --git a/ElmSharp/ElmSharp.nuspec b/ElmSharp/ElmSharp.nuspec
deleted file mode 100644
index fc3c79c..0000000
--- a/ElmSharp/ElmSharp.nuspec
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0"?>
-<package>
- <metadata>
- <id>ElmSharp</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>ElmSharp is the top-most library based on the 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. This is in the beta stage and will be refined based on developer feedback. Backward compatibility issues may be raised when updating the platform version.</description>
- </metadata>
-</package>