From: WonYoung Choi Date: Thu, 8 Jun 2017 00:19:21 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: accepted/tizen/unified/20170612.074003^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa5426f0e1d691900b3a06cb62facae22bafc0b8;p=platform%2Fcore%2Fcsapi%2Fconnection.git Merge packaging information to csproj Change-Id: Ide7360f5b22ba17484e73242962c73fdf229067c Signed-off-by: WonYoung Choi --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46619d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +bin/ +obj/ +*.exe +*.dll +*.csproj.user +*.lock.json +.vs/ diff --git a/Tizen.Network.Connection/Tizen.Network.Connection.csproj b/Tizen.Network.Connection/Tizen.Network.Connection.csproj index 14ca15f..4bf81dd 100644 --- a/Tizen.Network.Connection/Tizen.Network.Connection.csproj +++ b/Tizen.Network.Connection/Tizen.Network.Connection.csproj @@ -1,4 +1,14 @@ - + + + + 1.0.18 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provides the Connection APIs 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 @@ -6,11 +16,9 @@ True Tizen.Network.Connection.snk true - True - diff --git a/Tizen.Network.Connection/Tizen.Network.Connection.nuspec b/Tizen.Network.Connection/Tizen.Network.Connection.nuspec deleted file mode 100644 index 8d7b189..0000000 --- a/Tizen.Network.Connection/Tizen.Network.Connection.nuspec +++ /dev/null @@ -1,17 +0,0 @@ - - - - Tizen.Network.Connection - $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 Connection APIs for Tizen.Network.Connection - - - - - diff --git a/packaging/csapi-network-connection.spec b/packaging/csapi-network-connection.spec index 614a320..7f42220 100755 --- a/packaging/csapi-network-connection.spec +++ b/packaging/csapi-network-connection.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