From 0b03be23f76e0345758fc46012315428acb6276a Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Tue, 13 Jun 2017 14:59:26 +0900 Subject: [PATCH] Release version 1.5.9 Changes: - Add default button Property in Notification, EventListener Signed-off-by: Seungha Son Change-Id: Ib626a76e881c8cc23030082806ffae569a329152 --- packaging/csapi-application.spec | 4 ++-- .../Tizen.Applications.Notification.csproj | 2 +- .../Tizen.Applications.NotificationEventListener.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/csapi-application.spec b/packaging/csapi-application.spec index 9114d5c..c9dc465 100755 --- a/packaging/csapi-application.spec +++ b/packaging/csapi-application.spec @@ -24,8 +24,8 @@ BuildRequires: csapi-tizen-nuget %define ApplicationCommon 1.5.8 %define MessagePort 1.5.8 %define PackageManager 1.5.8 -%define Notification 1.5.8 -%define NotificationEventListener 1.5.8 +%define Notification 1.5.9 +%define NotificationEventListener 1.5.9 %define Alarm 1.5.8 %define Preference 1.5.8 %define ApplicationService 1.5.8 diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj b/src/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj index 9fae7a4..06a99e5 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj @@ -4,7 +4,7 @@ netstandard1.3 - 1.5.8 + 1.5.9 True True Tizen.Applications.Notification.snk diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj index 6e1d1aa..475c4f8 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj @@ -4,7 +4,7 @@ netstandard1.3 - 1.5.8 + 1.5.9 True True Tizen.Applications.NotificationEventListener.snk -- 2.7.4