Merge packaging information to csproj 40/133040/1 accepted/tizen/unified/20170612.073901 submit/tizen/20170609.021840 submit/tizen/20170612.021541
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:47:05 +0000 (09:47 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:47:05 +0000 (09:47 +0900)
Change-Id: I0204983b341b2bc0c53483750d874340da79ecba
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
Tizen.System/Tizen.System.csproj
Tizen.System/Tizen.System.nuspec [deleted file]
Tizen.System/Tizen.System.sln [new file with mode: 0644]
packaging/csapi-system.spec

index 91cff82..b20a428 100644 (file)
@@ -1,4 +1,14 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <Version>1.0.9</Version>
+    <Authors>Samsung Electronics</Authors>
+    <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+    <Description>Provide Device 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.System.snk</AssemblyOriginatorKeyFile>
     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
-    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Tizen" Version="1.0.3" />
+    <PackageReference Include="Tizen" Version="1.0.5" />
   </ItemGroup>
 
 </Project>
diff --git a/Tizen.System/Tizen.System.nuspec b/Tizen.System/Tizen.System.nuspec
deleted file mode 100644 (file)
index ec65486..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<package>
-  <metadata>
-               <id>Tizen.System</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>Provide classes for Device APIs</description>
-    <dependencies>
-      <dependency id="Tizen" version="1.0.3" />
-    </dependencies>
-       </metadata>
-</package>
diff --git a/Tizen.System/Tizen.System.sln b/Tizen.System/Tizen.System.sln
new file mode 100644 (file)
index 0000000..019c90b
--- /dev/null
@@ -0,0 +1,22 @@
+\r
+Microsoft Visual Studio Solution File, Format Version 12.00\r
+# Visual Studio 15\r
+VisualStudioVersion = 15.0.26430.12\r
+MinimumVisualStudioVersion = 10.0.40219.1\r
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tizen.System", "Tizen.System.csproj", "{8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}"\r
+EndProject\r
+Global\r
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
+               Debug|Any CPU = Debug|Any CPU\r
+               Release|Any CPU = Release|Any CPU\r
+       EndGlobalSection\r
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
+               {8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r
+               {8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
+               {8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
+               {8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}.Release|Any CPU.Build.0 = Release|Any CPU\r
+       EndGlobalSection\r
+       GlobalSection(SolutionProperties) = preSolution\r
+               HideSolutionNode = FALSE\r
+       EndGlobalSection\r
+EndGlobal\r
index fcef3d9..5103872 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-system
 Summary:    Tizen System API for C#
-Version:    1.0.8
+Version:    1.0.9
 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