From 96ae79c2aae74eb890a351b5bbd1e15719e1fabc Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 8 Jun 2017 09:17:51 +0900 Subject: [PATCH] Merge packaging information to csproj Change-Id: Ia970a40701f665fe47a04c8f5f2beab5b781d2bd Signed-off-by: WonYoung Choi --- .../Tizen.Applications.Badge.csproj | 18 +++++++++++++++--- .../Tizen.Applications.Badge.nuspec | 17 ----------------- packaging/csapi-badge.spec | 2 +- 3 files changed, 16 insertions(+), 21 deletions(-) delete mode 100755 Tizen.Applications.Badge/Tizen.Applications.Badge.nuspec diff --git a/Tizen.Applications.Badge/Tizen.Applications.Badge.csproj b/Tizen.Applications.Badge/Tizen.Applications.Badge.csproj index f2ce345..9d38bdc 100755 --- a/Tizen.Applications.Badge/Tizen.Applications.Badge.csproj +++ b/Tizen.Applications.Badge/Tizen.Applications.Badge.csproj @@ -1,13 +1,25 @@ - + + - netstandard1.3 + 1.0.6 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provides the Badge API for Tizen .NET + https://www.tizen.org/ + https://www.apache.org/licenses/LICENSE-2.0 + https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png + + + + netstandard1.6 True True Tizen.Applications.Badge.snk true - True + + diff --git a/Tizen.Applications.Badge/Tizen.Applications.Badge.nuspec b/Tizen.Applications.Badge/Tizen.Applications.Badge.nuspec deleted file mode 100755 index 7188aee..0000000 --- a/Tizen.Applications.Badge/Tizen.Applications.Badge.nuspec +++ /dev/null @@ -1,17 +0,0 @@ - - - - Tizen.Applications.Badge - $version$ - Samsung Electronics - false - https://www.apache.org/licenses/LICENSE-2.0 - https://www.tizen.org/ - https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png - © Samsung Electronics Co., Ltd All Rights Reserved - Provides the Badge API for Tizen.Net - - - - - diff --git a/packaging/csapi-badge.spec b/packaging/csapi-badge.spec index a62390b..b36d469 100755 --- a/packaging/csapi-badge.spec +++ b/packaging/csapi-badge.spec @@ -30,7 +30,7 @@ cp %{SOURCE1} . %build for ASM in %{Assemblies}; do %dotnet_build $ASM -%dotnet_pack $ASM/$ASM.nuspec %{version} +%dotnet_pack $ASM done %install -- 2.7.4