Set version to 4.0.1-preview1 41/158741/1 API4_15
authorWonyoung Choi <wy80.choi@samsung.com>
Fri, 3 Nov 2017 00:15:50 +0000 (09:15 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Fri, 3 Nov 2017 00:15:50 +0000 (09:15 +0900)
Change-Id: Ib754f3939741f86ae847fc612318d22b5fddaf0a

build.cmd
build.sh
build/version.props
packaging/csapi-tizenfx.spec

index 1ab98ad..b05729e 100644 (file)
--- 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
index d0d5538..1d54d5d 100755 (executable)
--- 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
index 9115119..450a191 100644 (file)
@@ -1,8 +1,9 @@
 <Project>
 
   <PropertyGroup>
-    <VersionPrefix>4.0.0</VersionPrefix>
+    <VersionPrefix>4.0.1</VersionPrefix>
     <VersionSuffix>preview1</VersionSuffix>
+    <AssemblyVersion>4.0.0</AssemblyVersion>
   </PropertyGroup>
 
 </Project>
\ No newline at end of file
index 6f6b832..549ce55 100644 (file)
@@ -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