Merge packaging information to csproj 14/133014/1 accepted/tizen/unified/20170612.074000 submit/tizen/20170609.022236 submit/tizen/20170612.051752
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:21:30 +0000 (09:21 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:21:30 +0000 (09:21 +0900)
Change-Id: I342f2b2823dc197ca865f53a35894c9aeed273dd
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
Tizen.Content.Download/Tizen.Content.Download.csproj
Tizen.Content.Download/Tizen.Content.Download.nuspec [deleted file]
packaging/csapi-download.spec

index 17d861b..582fa62 100644 (file)
@@ -1,4 +1,14 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <Version>1.0.5</Version>
+    <Authors>Samsung Electronics</Authors>
+    <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+    <Description>Provides the Download API for Tizen .NET</Description>
+    <PackageProjectUrl>https://www.tizen.org/</PackageProjectUrl>
+    <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
+    <PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
+  </PropertyGroup>
 
   <PropertyGroup>
     <TargetFramework>netstandard1.3</TargetFramework>
     <SignAssembly>True</SignAssembly>
     <AssemblyOriginatorKeyFile>Tizen.Content.Download.snk</AssemblyOriginatorKeyFile>
     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
-    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Tizen.Applications.Common" Version="1.5.6" />
+    <PackageReference Include="Tizen.Applications.Common" Version="1.5.8" />
   </ItemGroup>
 
 </Project>
diff --git a/Tizen.Content.Download/Tizen.Content.Download.nuspec b/Tizen.Content.Download/Tizen.Content.Download.nuspec
deleted file mode 100755 (executable)
index 82b14cf..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<package>
-  <metadata>
-    <id>Tizen.Content.Download</id>
-    <version>$version$</version>
-    <authors>Samsung Electronics</authors>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
-    <projectUrl>https://www.tizen.org/</projectUrl>
-    <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
-    <copyright>(c) Samsung Electronics Co., Ltd All Rights Reserved</copyright>
-    <description>Download API for Tizen.Net</description>
-    <dependencies>
-      <dependency id="Tizen.Applications.Common" version="1.5.6" />
-    </dependencies>
-  </metadata>
-</package>
index 2c88b46..796d6b7 100755 (executable)
@@ -31,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