Revert "nui 0.2.48 version change"
authordongsug.song <dongsug.song@samsung.com>
Tue, 25 Jul 2017 01:37:18 +0000 (10:37 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 25 Jul 2017 01:37:23 +0000 (10:37 +0900)
This reverts commit 1d1004bb924b8805694c6f9e33275ba977c5f582.

Change-Id: If9c8682d2a9b389dd623eea89fe7835099197a40

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 c4af195..3f444eb 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-nui
 Summary:    dali-NUI
-Version:    0.2.48
+Version:    0.2.48.pre1
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT
index 7380c2c..4242bba 100755 (executable)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">\r
 \r
   <PropertyGroup>\r
-    <Version>0.2.48</Version>\r
+    <Version>0.2.48-pre1</Version>\r
     <Authors>Samsung Electronics</Authors>\r
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>\r
     <Description>\r
index baaef08..4e68bfe 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 = 48;
+        public const int nuiVer3 = 47;
         public const string nuiRelease = "";
     }
 
index 83b129f..4f92f82 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");
                 }
             }