Release version 1.5.9
authorSeungha Son <seungha.son@samsung.com>
Tue, 13 Jun 2017 05:59:26 +0000 (14:59 +0900)
committerSeungha Son <seungha.son@samsung.com>
Tue, 13 Jun 2017 06:00:41 +0000 (15:00 +0900)
Changes:
 - Add default button Property in Notification, EventListener

Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Ib626a76e881c8cc23030082806ffae569a329152

packaging/csapi-application.spec
src/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj

index 9114d5c..c9dc465 100755 (executable)
@@ -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
index 9fae7a4..06a99e5 100755 (executable)
@@ -4,7 +4,7 @@
 
   <PropertyGroup>
     <TargetFramework>netstandard1.3</TargetFramework>
-    <Version>1.5.8</Version>
+    <Version>1.5.9</Version>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <SignAssembly>True</SignAssembly>
     <AssemblyOriginatorKeyFile>Tizen.Applications.Notification.snk</AssemblyOriginatorKeyFile>
index 6e1d1aa..475c4f8 100755 (executable)
@@ -4,7 +4,7 @@
 
   <PropertyGroup>
     <TargetFramework>netstandard1.3</TargetFramework>
-    <Version>1.5.8</Version>
+    <Version>1.5.9</Version>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <SignAssembly>True</SignAssembly>
     <AssemblyOriginatorKeyFile>Tizen.Applications.NotificationEventListener.snk</AssemblyOriginatorKeyFile>