From: WonYoung Choi Date: Thu, 8 Jun 2017 00:25:17 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: accepted/tizen/unified/20170612.170438^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F133022%2F1;p=platform%2Fcore%2Fcsapi%2Flog.git Merge packaging information to csproj Change-Id: I371c328b2bc801e2ef95df36bfc2587b7f5d824c Signed-off-by: WonYoung Choi --- diff --git a/Tizen.Log/Tizen.Log.csproj b/Tizen.Log/Tizen.Log.csproj index 9528157..f624885 100644 --- a/Tizen.Log/Tizen.Log.csproj +++ b/Tizen.Log/Tizen.Log.csproj @@ -1,6 +1,16 @@  + 1.0.0 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provides functions for sending log output. + 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 Tizen.Log.snk diff --git a/Tizen.Log/Tizen.Log.nuspec b/Tizen.Log/Tizen.Log.nuspec deleted file mode 100644 index 45b23bc..0000000 --- a/Tizen.Log/Tizen.Log.nuspec +++ /dev/null @@ -1,14 +0,0 @@ - - - - Tizen.Log - $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 functions for sending log output. - - diff --git a/packaging/csapi-log.spec b/packaging/csapi-log.spec index 861201e..0e44c4b 100644 --- a/packaging/csapi-log.spec +++ b/packaging/csapi-log.spec @@ -27,7 +27,7 @@ cp %{SOURCE1} . %build for ASM in %{Assemblies}; do %dotnet_build $ASM -%dotnet_pack $ASM/$ASM.nuspec %{version} +%dotnet_pack $ASM done %install