From: dongsug.song Date: Wed, 5 Jul 2017 07:14:26 +0000 (+0900) Subject: [Tizen] for nui version 0.2.46 release X-Git-Tag: submit/trunk/20170823.075128~91^2~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca5eb0236641b754683b47f4ead0d0ccfd53c8dc;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Tizen] for nui version 0.2.46 release Change-Id: I2354b05c762745f39b27f59f013cd953f2240ef4 Signed-off-by: dongsug.song --- diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index 7641fde..43fd2f0 100755 --- a/packaging/csapi-nui.spec +++ b/packaging/csapi-nui.spec @@ -1,6 +1,6 @@ Name: csapi-nui Summary: dali-NUI -Version: 0.2.44 +Version: 0.2.46 Release: 1 Group: Development/Libraries License: Apache-2.0 and BSD-3-Clause and MIT diff --git a/src/Tizen.NUI/Tizen.NUI.csproj b/src/Tizen.NUI/Tizen.NUI.csproj index 3e2b68b..19b6b81 100755 --- a/src/Tizen.NUI/Tizen.NUI.csproj +++ b/src/Tizen.NUI/Tizen.NUI.csproj @@ -1,7 +1,7 @@  - 0.2.44 + 0.2.46 Samsung Electronics © Samsung Electronics Co., Ltd All Rights Reserved diff --git a/src/Tizen.NUI/src/internal/Application.cs b/src/Tizen.NUI/src/internal/Application.cs index ee8be82..405f9f2 100755 --- a/src/Tizen.NUI/src/internal/Application.cs +++ b/src/Tizen.NUI/src/internal/Application.cs @@ -25,10 +25,10 @@ namespace Tizen.NUI { public const int ver1 = 1; public const int ver2 = 2; - public const int ver3 = 39; + public const int ver3 = 46; public const int nuiVer1 = 0; public const int nuiVer2 = 2; - public const int nuiVer3 = 39; + public const int nuiVer3 = 46; public const string nuiRelease = ""; } diff --git a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs index 4a6ba14..9c449d7 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs @@ -113,7 +113,7 @@ namespace Tizen.NUI.BaseComponents //you can override it to clean-up your own resources. protected override void Dispose(DisposeTypes type) { - if (!disposed) + if (disposed) { return; }