summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungha Son <seungha.son@samsung.com>2017-06-13 14:59:26 +0900
committerSeungha Son <seungha.son@samsung.com>2017-06-13 15:00:41 +0900
commitd54fc2d4028019b1e0c14e647c4a0b835656f0e2 (patch)
treef382aadabcbcf53e7f831271240c5ce10477b088
parentb0b1ebc1318fbe54e03d8910cb4b15b6cba8257d (diff)
downloadapplication-d54fc2d4028019b1e0c14e647c4a0b835656f0e2.tar.gz
application-d54fc2d4028019b1e0c14e647c4a0b835656f0e2.tar.bz2
application-d54fc2d4028019b1e0c14e647c4a0b835656f0e2.zip
Changes: - Add default button Property in Notification, EventListener Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: Ib626a76e881c8cc23030082806ffae569a329152
-rwxr-xr-xTizen.Applications.Notification/Tizen.Applications.Notification.csproj2
-rwxr-xr-xTizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj2
-rwxr-xr-xpackaging/csapi-application.spec4
3 files changed, 4 insertions, 4 deletions
diff --git a/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj b/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj
index 9fae7a4..06a99e5 100755
--- a/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj
+++ b/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj
@@ -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>
diff --git a/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj b/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj
index 6e1d1aa..475c4f8 100755
--- a/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj
+++ b/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj
@@ -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>
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