From: dongsug.song Date: Tue, 25 Jul 2017 01:37:18 +0000 (+0900) Subject: Revert "nui 0.2.48 version change" X-Git-Tag: preview1-00180^2~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de476b5557e53ffea925eab08fcbffc5dbd0f001;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Revert "nui 0.2.48 version change" This reverts commit 1d1004bb924b8805694c6f9e33275ba977c5f582. Change-Id: If9c8682d2a9b389dd623eea89fe7835099197a40 --- diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index c4af195..3f444eb 100755 --- a/packaging/csapi-nui.spec +++ b/packaging/csapi-nui.spec @@ -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 diff --git a/src/Tizen.NUI/Tizen.NUI.csproj b/src/Tizen.NUI/Tizen.NUI.csproj index 7380c2c..4242bba 100755 --- a/src/Tizen.NUI/Tizen.NUI.csproj +++ b/src/Tizen.NUI/Tizen.NUI.csproj @@ -1,7 +1,7 @@  - 0.2.48 + 0.2.48-pre1 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 baaef08..4e68bfe 100755 --- a/src/Tizen.NUI/src/internal/Application.cs +++ b/src/Tizen.NUI/src/internal/Application.cs @@ -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 = ""; } diff --git a/src/Tizen.NUI/src/public/Animation.cs b/src/Tizen.NUI/src/public/Animation.cs index 83b129f..4f92f82 100755 --- a/src/Tizen.NUI/src/public/Animation.cs +++ b/src/Tizen.NUI/src/public/Animation.cs @@ -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"); } }