From 80f6669a2d143bf9938469bdf0a68bf87faf7e70 Mon Sep 17 00:00:00 2001 From: Jooseok Song Date: Tue, 12 Sep 2017 20:46:02 +0900 Subject: [PATCH] Fix build warning Change-Id: I0da5433d08faeee9d247a6ab8c702430a1cca34b --- Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj | 2 +- .../Tizen.Account.AccountManager/AccountService.cs | 2 -- packaging/csapi-account-manager.spec | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj b/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj index 44a636e..77ba091 100644 --- a/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj +++ b/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj @@ -1,7 +1,7 @@  - 1.0.8 + 1.0.9 Samsung Electronics © Samsung Electronics Co., Ltd All Rights Reserved Account Service APIs for Tizen.Account.AccountManager diff --git a/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs b/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs index 8ebab51..9e5193c 100644 --- a/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs +++ b/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs @@ -593,8 +593,6 @@ namespace Tizen.Account.AccountManager /// /// ContentUpdate event is triggered if the MediaInformation updated/deleted or new information is inserted. /// - /// An object that contains information about sender - /// A ContentUpdatedEventArgs object that contains information about the update operation. /// http://tizen.org/privilege/account.read /// http://tizen.org/feature/account /// In case of any DB error. diff --git a/packaging/csapi-account-manager.spec b/packaging/csapi-account-manager.spec index c744d67..6fa75fc 100644 --- a/packaging/csapi-account-manager.spec +++ b/packaging/csapi-account-manager.spec @@ -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 -- 2.7.4