From: Jooseok Song Date: Tue, 12 Sep 2017 11:44:37 +0000 (+0900) Subject: Fix build warning X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F149545%2F1;p=platform%2Fcore%2Fcsapi%2Faccount.git Fix build warning Change-Id: If90da1eee4de543b016b8469ceecfa73fb8c7cd5 --- 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