Release Application Common version 1.5.9
authorSukHyung, Kang <shine.kang@samsung.com>
Thu, 13 Jul 2017 02:00:12 +0000 (11:00 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Thu, 13 Jul 2017 02:02:24 +0000 (11:02 +0900)
Changes :
 - Add image path in RuaRec struct for ApplicationManager

Change-Id: Ia78a93410a9dfe9e6f3268aa6e47f64167dfafdb
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
packaging/csapi-application.spec
src/Tizen.Applications.Common/Tizen.Applications.Common.csproj

index c9dc465..0bbef43 100755 (executable)
@@ -21,7 +21,7 @@ BuildRequires: csapi-tizen-nuget
 %description
 %{summary}
 
-%define ApplicationCommon 1.5.8
+%define ApplicationCommon 1.5.9
 %define MessagePort 1.5.8
 %define PackageManager 1.5.8
 %define Notification 1.5.9
index 242b56c..61c57c7 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.Common.snk</AssemblyOriginatorKeyFile>