From 2bbe532bb3b478ed9e080acbd12dd497785a6495 Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Thu, 20 Jul 2017 15:34:36 +0900 Subject: [PATCH] nui 0.2.48 version change Change-Id: I513ce4f9f5d98a6ddbbd2f2267918e941619051f Signed-off-by: dongsug.song --- packaging/csapi-nui.spec | 2 +- src/Tizen.NUI/Tizen.NUI.csproj | 2 +- src/Tizen.NUI/src/internal/Application.cs | 2 +- src/Tizen.NUI/src/public/Animation.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index 3f444eb..c4af195 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.pre1 +Version: 0.2.48 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 4242bba..7380c2c 100755 --- a/src/Tizen.NUI/Tizen.NUI.csproj +++ b/src/Tizen.NUI/Tizen.NUI.csproj @@ -1,7 +1,7 @@  - 0.2.48-pre1 + 0.2.48 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 4e68bfe..baaef08 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 = 47; + public const int nuiVer3 = 48; public const string nuiRelease = ""; } diff --git a/src/Tizen.NUI/src/public/Animation.cs b/src/Tizen.NUI/src/public/Animation.cs index 4f92f82..83b129f 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"); } } -- 2.7.4