From 56a15571b502957ee9d5bd0d95de9daa75c4d8e1 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 8 Jun 2017 09:27:11 +0900 Subject: [PATCH] Merge packaging information to csproj Change-Id: I335376825863916d27c8b53da9685fd7bee10f00 Signed-off-by: WonYoung Choi --- Tizen.System.MediaKey/CustomDictionary.xml | 0 Tizen.System.MediaKey/GlobalSuppressions.cs | Bin 954 -> 0 bytes Tizen.System.MediaKey/Tizen.System.MediaKey.csproj | 16 ++++++++++++++-- Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec | 17 ----------------- packaging/csapi-media-key.spec | 4 ++-- 5 files changed, 16 insertions(+), 21 deletions(-) delete mode 100755 Tizen.System.MediaKey/CustomDictionary.xml delete mode 100755 Tizen.System.MediaKey/GlobalSuppressions.cs delete mode 100755 Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec diff --git a/Tizen.System.MediaKey/CustomDictionary.xml b/Tizen.System.MediaKey/CustomDictionary.xml deleted file mode 100755 index e69de29..0000000 diff --git a/Tizen.System.MediaKey/GlobalSuppressions.cs b/Tizen.System.MediaKey/GlobalSuppressions.cs deleted file mode 100755 index 9d742533852f291d5b872bdf32aedc33e5b3af4d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 954 zcmaKr%}&EG5QO*Kr?7IS^cfHm5(gwCdf{l&&<5J1Y7(TrJn+rB?oTREr1)oNXUF69 z&-ct`7Hn=StF2@9&bYRUSy~V5R<>aMW_$kk*0NIk&Kiqg_aG9sCl+kOZcVH|jKN-P zur1$?ypHebFh*NC(*zAt5y|O6)zli82^|<$9#LEj8pXB-mz1Tt!X+K5)Y=EplI&Z{ z{LdHrQ$Obys5PA3NMj8{Q&Lx?`Hbk<9$hs zsmHRm;;PHSsLu+|%-)_W%^C`ObZz5)%`QApQ*Wa + + + + 1.0.4 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provides the MediaKey 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.3 True True Tizen.System.MediaKey.snk true - True + + diff --git a/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec b/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec deleted file mode 100755 index fdbd938..0000000 --- a/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec +++ /dev/null @@ -1,17 +0,0 @@ - - - - Tizen.System.MediaKey - $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 MediaKey API for Tizen.Net - - - - - diff --git a/packaging/csapi-media-key.spec b/packaging/csapi-media-key.spec index 01c0982..2f283e6 100755 --- a/packaging/csapi-media-key.spec +++ b/packaging/csapi-media-key.spec @@ -1,6 +1,6 @@ Name: csapi-media-key Summary: Tizen Media Key API for C# -Version: 1.0.3 +Version: 1.0.4 Release: 1 Group: Development/Libraries License: Apache-2.0 @@ -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