Modified API description
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 5 Jul 2017 06:35:57 +0000 (15:35 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 5 Jul 2017 06:36:05 +0000 (15:36 +0900)
Change-Id: I977cdec4dab7eeea5762b5c856eefb811e847259
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/csapi-download.spec
src/Tizen.Content.Download/Tizen.Content.Download.csproj
src/Tizen.Content.Download/Tizen.Content.Download/Request.cs

index a6ba798..d684b2d 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-download
 Summary:    Tizen Download API for C#
-Version:    1.0.7
+Version:    1.0.8
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
index 6dc1bea..09756f7 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <Version>1.0.7</Version>
+    <Version>1.0.8</Version>
     <Authors>Samsung Electronics</Authors>
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
     <Description>Provides the Download API for Tizen .NET</Description>
index 72b86e6..20e2048 100755 (executable)
@@ -313,7 +313,7 @@ namespace Tizen.Content.Download
         }
 
         /// <summary>
-        /// Content name of the downloaded file.
+        /// The content name of the downloaded file.
         /// This can be defined with reference of HTTP response header data. The content name can be received when HTTP response header is received.
         /// If you try to get this property value before calling Start(), an empty string is returned.
         /// </summary>
@@ -339,7 +339,7 @@ namespace Tizen.Content.Download
 
         /// <summary>
         /// Total size of downloaded content.
-        /// This information is received from the server. If the server does not send the total size of the content, content_size is set to zero.
+        /// This information is received from the server. If the server does not send the total size of the content, the content size is set to zero.
         /// If you try to get this property value before calling Start(), 0 is returned.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>