Merge packaging information to csproj 21/133021/1 accepted/tizen/unified/20170612.170244 submit/tizen/20170612.015903
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:24:57 +0000 (09:24 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:24:57 +0000 (09:24 +0900)
Change-Id: Ia4e9e923c324f4c4bdd6ead838f6fcb88cbc6e46
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
Tizen.Location/Tizen.Location.csproj
Tizen.Location/Tizen.Location.nuspec [deleted file]
packaging/csapi-location.spec

index a9b009a..9125807 100644 (file)
@@ -1,13 +1,25 @@
 <Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <Version>1.0.8</Version>
+    <Authors>Samsung Electronics</Authors>
+    <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+    <Description>Provides the Location 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>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <SignAssembly>True</SignAssembly>
     <AssemblyOriginatorKeyFile>Tizen.Location.snk</AssemblyOriginatorKeyFile>
     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
-    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
   </PropertyGroup>
+
   <ItemGroup>
     <PackageReference Include="Tizen" Version="1.0.5" />
   </ItemGroup>
+  
 </Project>
diff --git a/Tizen.Location/Tizen.Location.nuspec b/Tizen.Location/Tizen.Location.nuspec
deleted file mode 100755 (executable)
index 8061946..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<package>
-  <metadata>
-    <id>Tizen.Location</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>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
-    <description>Provides the Location API for Tizen.Net</description>
-    <dependencies>
-      <dependency id="Tizen" version="1.0.5" />
-    </dependencies>
-    </metadata>
-</package>
index 705d3cd..9f05383 100755 (executable)
@@ -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