From: WonYoung Choi Date: Thu, 8 Jun 2017 00:27:11 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: submit/tizen_4.0/20170811.094300 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_4.0%2F20170811.094300;p=platform%2Fcore%2Fcsapi%2Fmedia-key.git Merge packaging information to csproj Change-Id: I335376825863916d27c8b53da9685fd7bee10f00 Signed-off-by: WonYoung Choi --- 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 9d74253..0000000 Binary files a/Tizen.System.MediaKey/GlobalSuppressions.cs and /dev/null differ diff --git a/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj b/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj index 3d8306f..15aa66d 100644 --- a/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj +++ b/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj @@ -1,13 +1,25 @@ - + + + + 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