Fix build warning 45/149545/1
authorJooseok Song <seogii.song@samsung.com>
Tue, 12 Sep 2017 11:44:37 +0000 (20:44 +0900)
committerJooseok Song <seogii.song@samsung.com>
Tue, 12 Sep 2017 11:44:37 +0000 (20:44 +0900)
Change-Id: If90da1eee4de543b016b8469ceecfa73fb8c7cd5

Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj
Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs
packaging/csapi-account-manager.spec

index 44a636e..77ba091 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>Account Service APIs for Tizen.Account.AccountManager</Description>
index 8ebab51..9e5193c 100644 (file)
@@ -593,8 +593,6 @@ namespace Tizen.Account.AccountManager
         /// <remarks>
         /// ContentUpdate event is triggered if the MediaInformation updated/deleted or new information is inserted.
         /// </remarks>
-        /// <param name="sender">An object that contains information about sender</param>
-        /// <param name="e">A ContentUpdatedEventArgs object that contains information about the update operation.</param>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
         /// <feature>http://tizen.org/feature/account</feature>
         /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
index c744d67..6fa75fc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-account-manager
 Summary:    Tizen account manager API for C#
-Version:    1.0.8
+Version:    1.0.9
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0