From: WonYoung Choi Date: Thu, 8 Jun 2017 00:18:25 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: submit/trunk/20170823.075128~118^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79c3fbf850b5549e2d77801a6460eaeedae40119;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Merge packaging information to csproj Change-Id: I7da25c08f3551f56b2c9df1af0da874102348e70 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/packaging/csapi-network-bluetooth.spec b/packaging/csapi-network-bluetooth.spec index d872062..901116b 100644 --- a/packaging/csapi-network-bluetooth.spec +++ b/packaging/csapi-network-bluetooth.spec @@ -15,6 +15,7 @@ BuildRequires: dotnet-build-tools # C# API Requries BuildRequires: csapi-tizen-nuget +BuildRequires: csapi-information-nuget %define Assemblies Tizen.Network.Bluetooth @@ -30,7 +31,7 @@ cp %{SOURCE1} . %build for ASM in %{Assemblies}; do %dotnet_build $ASM -%dotnet_pack $ASM/$ASM.nuspec %{version} +%dotnet_pack $ASM done %install diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.csproj b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.csproj index ef03425..a88028a 100644 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.csproj +++ b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.csproj @@ -1,16 +1,25 @@ - + - netstandard1.3 + 1.0.9 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provides the Bluetooth 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 Tizen.Network.Bluetooth.snk true - - - + + - \ No newline at end of file + diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.nuspec b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.nuspec deleted file mode 100644 index dc2b515..0000000 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.nuspec +++ /dev/null @@ -1,17 +0,0 @@ - - - - Tizen.Network.Bluetooth - $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 Bluetooth API for Tizen.Net - - - - -