Merge packaging information to csproj 25/133025/1 accepted/tizen_4.0_unified accepted/tizen_unified tizen_4.0 accepted/tizen/4.0/unified/20170816.014324 accepted/tizen/4.0/unified/20170828.223244 accepted/tizen/unified/20170612.170739 accepted/tizen/unified/20170705.162418 submit/tizen/20170612.041214 submit/tizen/20170704.042017 submit/tizen/20170705.015653 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100003 submit/tizen_4.0_unified/20170814.115522
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:27:11 +0000 (09:27 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:27:11 +0000 (09:27 +0900)
Change-Id: I335376825863916d27c8b53da9685fd7bee10f00
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
Tizen.System.MediaKey/CustomDictionary.xml [deleted file]
Tizen.System.MediaKey/GlobalSuppressions.cs [deleted file]
Tizen.System.MediaKey/Tizen.System.MediaKey.csproj
Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec [deleted file]
packaging/csapi-media-key.spec

diff --git a/Tizen.System.MediaKey/CustomDictionary.xml b/Tizen.System.MediaKey/CustomDictionary.xml
deleted file mode 100755 (executable)
index e69de29..0000000
diff --git a/Tizen.System.MediaKey/GlobalSuppressions.cs b/Tizen.System.MediaKey/GlobalSuppressions.cs
deleted file mode 100755 (executable)
index 9d74253..0000000
Binary files a/Tizen.System.MediaKey/GlobalSuppressions.cs and /dev/null differ
index 3d8306f..15aa66d 100644 (file)
@@ -1,13 +1,25 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <Version>1.0.4</Version>
+    <Authors>Samsung Electronics</Authors>
+    <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+    <Description>Provides the MediaKey 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.System.MediaKey.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.System.MediaKey/Tizen.System.MediaKey.nuspec b/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec
deleted file mode 100755 (executable)
index fdbd938..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<package>
-       <metadata>
-               <id>Tizen.System.MediaKey</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 MediaKey API for Tizen.Net</description>
-               <dependencies>
-                       <dependency id="Tizen" version="1.0.5" />
-               </dependencies>
-       </metadata>
-</package>
index 01c0982..2f283e6 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-media-key
 Summary:    Tizen Media Key API for C#
-Version:    1.0.3
+Version:    1.0.4
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -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