From d26dd156da57ec0af1e66465d3853def15bdfce4 Mon Sep 17 00:00:00 2001 From: Feng Jin Date: Tue, 18 Apr 2017 06:13:23 +0800 Subject: [PATCH] fix build error of GBS and VS Change-Id: I21d39ad39b214d7ebfdd3e8fd8d082e0119ee70f Signed-off-by: Feng Jin --- packaging/csapi-nui.spec | 2 +- src/Tizen.NUI/Tizen.NUI.csproj | 24 ++++++++++++------------ src/Tizen.NUI/src/internal/Application.cs | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index 7698b8e..8264288 100755 --- a/packaging/csapi-nui.spec +++ b/packaging/csapi-nui.spec @@ -1,6 +1,6 @@ Name: csapi-nui Summary: dali-NUI -Version: 0.2.34 +Version: 0.2.35 Release: 1 Group: Development/Libraries License: Apache-2.0 and BSD-2-Clause and MIT diff --git a/src/Tizen.NUI/Tizen.NUI.csproj b/src/Tizen.NUI/Tizen.NUI.csproj index 2a5ec29..d6ed4c1 100755 --- a/src/Tizen.NUI/Tizen.NUI.csproj +++ b/src/Tizen.NUI/Tizen.NUI.csproj @@ -298,9 +298,7 @@ - - @@ -310,7 +308,6 @@ - @@ -319,33 +316,36 @@ - - - - - - - - - + + + + + + + + + + + + diff --git a/src/Tizen.NUI/src/internal/Application.cs b/src/Tizen.NUI/src/internal/Application.cs index 259cbdd..f8d6c00 100755 --- a/src/Tizen.NUI/src/internal/Application.cs +++ b/src/Tizen.NUI/src/internal/Application.cs @@ -19,10 +19,10 @@ namespace Tizen.NUI { public const int ver1 = 1; public const int ver2 = 2; - public const int ver3 = 34; + public const int ver3 = 35; public const int nuiVer1 = 0; public const int nuiVer2 = 2; - public const int nuiVer3 = 34; + public const int nuiVer3 = 35; public const string nuiRelease = ""; } -- 2.7.4