From 4e4c4b703b1955da0d0e576e1de4f41da2d8b691 Mon Sep 17 00:00:00 2001 From: "jh5.cho" Date: Wed, 7 Jun 2017 18:58:02 +0900 Subject: [PATCH] Update version to 1.2.0 - Dev_version is removed - nuspec description is updated Change-Id: I78b93c2e0113a692db1a2db954b12b7d21d76d4c --- packaging/elm-sharp.spec | 4 +--- src/ElmSharp/ElmSharp.nuspec | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/elm-sharp.spec b/packaging/elm-sharp.spec index 1b238fa..937311e 100644 --- a/packaging/elm-sharp.spec +++ b/packaging/elm-sharp.spec @@ -1,5 +1,3 @@ -%define DEV_VERSION beta-002 - Name: elm-sharp Summary: C# Binding for Elementary Version: 1.2.0 @@ -29,7 +27,7 @@ cp %{SOURCE1} . %build for ASM in %{Assemblies}; do %dotnet_build $ASM -%dotnet_pack $ASM/$ASM.nuspec %{version}%{?DEV_VERSION:-%{DEV_VERSION}} +%dotnet_pack $ASM/$ASM.nuspec %{version} done %install diff --git a/src/ElmSharp/ElmSharp.nuspec b/src/ElmSharp/ElmSharp.nuspec index 4fe2243..fc3c79c 100644 --- a/src/ElmSharp/ElmSharp.nuspec +++ b/src/ElmSharp/ElmSharp.nuspec @@ -9,6 +9,6 @@ https://www.tizen.org/ https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png © Samsung Electronics Co., Ltd All Rights Reserved - ElmSharp is the top-most library based on Tizen Native UI Framwork (EFL). It provides a variety of pre-built UI components, such as layout objects and widgets, that allow you to build rich graphical user interfaces. + ElmSharp is the top-most library based on the Tizen Native UI Framwork (EFL). It provides a variety of pre-built UI components, such as layout objects and widgets, that allow you to build rich graphical user interfaces. This is in the beta stage and will be refined based on developer feedback. Backward compatibility issues may be raised when updating the platform version. -- 2.7.4