Apply new dlls 38/127038/4 accepted/tizen/unified/20170515.154215 submit/tizen/20170515.084634 tizen_4.0.m1_release
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 26 Apr 2017 02:21:56 +0000 (11:21 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 15 May 2017 05:01:56 +0000 (14:01 +0900)
- Tizen.Applications.dll was divided into following DLLs and it will be
   removed soon

- Divided DLLs
  Tizen.Applications.Alarm.dll
  Tizen.Applications.Common.dll
  Tizen.Applications.MessagePort.dll
  Tizen.Applications.Notification.dll
  Tizen.Applications.NotificationEventListener.dll
  Tizen.Applications.PackageManager.dll
  Tizen.Applications.Preference.dll
  Tizen.Applications.Service.dll
  Tizen.Applications.ToastMessage.dll
  Tizen.Applications.UI.dll

Change-Id: I0b2e5bf9d3812c164958c740832b52fd6c781a3f
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
Tizen.Content.Download/Tizen.Content.Download.nuspec
Tizen.Content.Download/Tizen.Content.Download.project.json
packaging/csapi-download.spec

index 48d4e76..0ed287d 100755 (executable)
@@ -1,19 +1,19 @@
 <?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>
+    <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" version="1.0.2" />
+      <dependency id="Tizen.Applications.Common" version="1.5.6" />
     </dependencies>
-       </metadata>
+  </metadata>
   <files>
     <file src="bin/$Configuration$/Tizen.Content.Download.dll" target="lib/netstandard1.3" />
   </files>
index e88abcf..8814c19 100644 (file)
@@ -1,7 +1,7 @@
 {
   "dependencies": {
     "NETStandard.Library": "1.6.0",
-    "Tizen.Applications": "1.0.2"
+    "Tizen.Applications.Common": "1.5.6",
   },
   "frameworks": {
     "netstandard1.3": {}
index 03a436b..87e95b5 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-download
 Summary:    Tizen Download API for C#
-Version:    1.0.3
+Version:    1.0.4
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -15,7 +15,7 @@ BuildRequires: dotnet-build-tools
 
 # C# API Requires
 BuildRequires: csapi-tizen-nuget
-BuildRequires: csapi-application-nuget
+BuildRequires: csapi-application-common-nuget
 
 %define Assemblies Tizen.Content.Download