Release 4.0.1.58
[platform/core/csapi/tizenfx.git] / build.sh
index d0d5538..377421e 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -56,13 +56,14 @@ 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
   fi
 
   $NUGET_CMD pack $SCRIPT_DIR/pkg/Tizen.NET.nuspec -NoPackageAnalysis -Version $VERSION -BasePath $SCRIPT_DIR -OutputDirectory $OUTDIR
+  $NUGET_CMD pack $SCRIPT_DIR/pkg/Tizen.NET.API4.nuspec -NoPackageAnalysis -Version $VERSION -BasePath $SCRIPT_DIR -OutputDirectory $OUTDIR
   $NUGET_CMD pack $SCRIPT_DIR/pkg/Tizen.NET.Internals.nuspec -NoPackageAnalysis -Version $VERSION_INTERNAL -BasePath $SCRIPT_DIR -OutputDirectory $OUTDIR
 }