[Tizen] for nui version 0.2.46 release
authordongsug.song <dongsug.song@samsung.com>
Wed, 5 Jul 2017 07:14:26 +0000 (16:14 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 5 Jul 2017 07:14:26 +0000 (16:14 +0900)
Change-Id: I2354b05c762745f39b27f59f013cd953f2240ef4
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
packaging/csapi-nui.spec
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs

index 7641fde..43fd2f0 100755 (executable)
@@ -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
index 3e2b68b..19b6b81 100755 (executable)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">\r
 \r
   <PropertyGroup>\r
-    <Version>0.2.44</Version>\r
+    <Version>0.2.46</Version>\r
     <Authors>Samsung Electronics</Authors>\r
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>\r
     <Description>\r
index ee8be82..405f9f2 100755 (executable)
@@ -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 = "";
     }
 
index 4a6ba14..9c449d7 100755 (executable)
@@ -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;
             }