summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungha Son <seungha.son@samsung.com>2017-08-18 19:51:36 +0900
committerSeungha Son <seungha.son@samsung.com>2017-08-18 19:52:19 +0900
commitffce3c683e1dc25d5b8e24ac55bf4a5b46d75ef8 (patch)
tree51587e00a272b579de7a124c45300e8fa8f8feb2
parente250c9fc16e0dfb45e6ae78874f72b522f7fdfde (diff)
downloadapplication-ffce3c683e1dc25d5b8e24ac55bf4a5b46d75ef8.tar.gz
application-ffce3c683e1dc25d5b8e24ac55bf4a5b46d75ef8.tar.bz2
application-ffce3c683e1dc25d5b8e24ac55bf4a5b46d75ef8.zip
Changes: - Add IsInvalid exception Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: I61b09821812c89dc95e482b9b96399f0f4b7b33e
-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 b5a9d9a..5a5b31a 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.6.0</Version>
+ <Version>1.6.1</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 a021366..c62a4ce 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.6.0</Version>
+ <Version>1.6.1</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 088c40b..7d8e45f 100755
--- a/packaging/csapi-application.spec
+++ b/packaging/csapi-application.spec
@@ -24,8 +24,8 @@ BuildRequires: csapi-tizen-nuget
%define ApplicationCommon 1.5.11
%define MessagePort 1.5.8
%define PackageManager 1.5.9
-%define Notification 1.6.0
-%define NotificationEventListener 1.6.0
+%define Notification 1.6.1
+%define NotificationEventListener 1.6.1
%define Alarm 1.5.9
%define Preference 1.5.8
%define ApplicationService 1.5.8