Change-Id: I513ce4f9f5d98a6ddbbd2f2267918e941619051f
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
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
<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
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 = "";
}
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");
}
}