nui 0.2.48 version change
authordongsug.song <dongsug.song@samsung.com>
Thu, 20 Jul 2017 06:34:36 +0000 (15:34 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Thu, 20 Jul 2017 06:34:36 +0000 (15:34 +0900)
Change-Id: I513ce4f9f5d98a6ddbbd2f2267918e941619051f
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/Animation.cs

index 3f444eb..c4af195 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-nui
 Summary:    dali-NUI
-Version:    0.2.48.pre1
+Version:    0.2.48
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT
index 4242bba..7380c2c 100755 (executable)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">\r
 \r
   <PropertyGroup>\r
-    <Version>0.2.48-pre1</Version>\r
+    <Version>0.2.48</Version>\r
     <Authors>Samsung Electronics</Authors>\r
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>\r
     <Description>\r
index 4e68bfe..baaef08 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI
         public const int ver3 = 46;
         public const int nuiVer1 = 0;
         public const int nuiVer2 = 2;
-        public const int nuiVer3 = 47;
+        public const int nuiVer3 = 48;
         public const string nuiRelease = "";
     }
 
index 4f92f82..83b129f 100755 (executable)
@@ -74,7 +74,7 @@ namespace Tizen.NUI
                     this.Clear();
                     this.Reset();
                     NUILog.Error("Now Animation is playing! Clear and Reset here!");
-                    throw new System.InvalidOperationException("Animation Instance should not be disposed until getting Finished event. Should be a global variable");
+                    //throw new System.InvalidOperationException("Animation Instance should not be disposed until getting Finished event. Should be a global variable");
                 }
             }