From c0a2311460eb896e2efab71033e67952daab7431 Mon Sep 17 00:00:00 2001 From: Wonyoung Choi Date: Fri, 3 Nov 2017 09:15:50 +0900 Subject: [PATCH] Set version to 4.0.1-preview1 Change-Id: Ib754f3939741f86ae847fc612318d22b5fddaf0a --- build.cmd | 2 +- build.sh | 2 +- build/version.props | 3 ++- packaging/csapi-tizenfx.spec | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.cmd b/build.cmd index 1ab98ad..b05729e 100644 --- a/build.cmd +++ b/build.cmd @@ -44,7 +44,7 @@ goto :EOF set VERSION=%2 set VERSION_INTERNAL=%3 call :GetUnixTime TIMESTAMP -if /I [%VERSION%] == [] set VERSION=4.0.0-local-%TIMESTAMP% +if /I [%VERSION%] == [] set VERSION=4.0.1-local-%TIMESTAMP% if /I [%VERSION_INTERNAL%] == [] set VERSION_INTERNAL=%VERSION% set OUTDIR=%~dp0Artifacts set NUGET_CMD=%~dp0tools\NuGet.exe diff --git a/build.sh b/build.sh index d0d5538..1d54d5d 100755 --- a/build.sh +++ b/build.sh @@ -56,7 +56,7 @@ cmd_pack() { VERSION_INTERNAL=$2 if [ -z "$VERSION" ]; then TIMESTAMP=$(date +"%s") - VERSION="4.0.0-local-$TIMESTAMP" + VERSION="4.0.1-local-$TIMESTAMP" fi if [ -z "$VERSION_INTERNAL" ]; then VERSION_INTERNAL=$VERSION diff --git a/build/version.props b/build/version.props index 9115119..450a191 100644 --- a/build/version.props +++ b/build/version.props @@ -1,8 +1,9 @@ - 4.0.0 + 4.0.1 preview1 + 4.0.0 \ No newline at end of file diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 6f6b832..549ce55 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -10,8 +10,8 @@ %define _tizenfx_bin_path Artifacts %define TIZEN_NET_API_VERSION 4 -%define TIZEN_NET_NUGET_VERSION 4.0.0 -%define TIZEN_NET_INTERNAL_NUGET_VERSION 4.0.0.999 +%define TIZEN_NET_NUGET_VERSION 4.0.1-preview1-99999 +%define TIZEN_NET_INTERNAL_NUGET_VERSION 4.0.1.999 Name: csapi-tizenfx Summary: Assemblies of Tizen .NET -- 2.7.4