Change the access modifier of Notification's constructor to internal 35/137335/1 accepted/tizen_4.0_unified accepted/tizen_unified tizen_4.0 accepted/tizen/4.0/unified/20170816.014445 accepted/tizen/4.0/unified/20170828.223506 accepted/tizen/unified/20170713.153157 submit/tizen/20170712.035209 submit/tizen/20170713.075717 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
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 5 Jul 2017 08:35:18 +0000 (17:35 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 5 Jul 2017 08:36:08 +0000 (17:36 +0900)
Change-Id: Ie091f483b972cc97e0ef9fd55ddddb4c016d5ccb
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Tizen.Content.Download/Tizen.Content.Download.csproj
Tizen.Content.Download/Tizen.Content.Download/Notification.cs
packaging/csapi-download.spec

index 09756f7..ddb4fce 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <Version>1.0.8</Version>
+    <Version>1.0.9</Version>
     <Authors>Samsung Electronics</Authors>
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
     <Description>Provides the Download API for Tizen .NET</Description>
index 1b984b2..de162a6 100755 (executable)
@@ -27,11 +27,7 @@ namespace Tizen.Content.Download
     {
         private int _downloadId;
 
-        /// <summary>
-        /// Creates a Notification object
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        public Notification(int requestId)
+        internal Notification(int requestId)
         {
             _downloadId = requestId;
         }
index d684b2d..c8aa309 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-download
 Summary:    Tizen Download API for C#
-Version:    1.0.8
+Version:    1.0.9
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0