Review Elmsharp API cs files
[platform/core/csapi/tizenfx.git] / build.cmd
index 1ab98ad..b92b51f 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -44,11 +44,12 @@ 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
 %NUGET_CMD% pack %~dp0pkg\Tizen.NET.nuspec -NoPackageAnalysis -Version %VERSION% -BasePath %~dp0 -OutputDirectory %OUTDIR%
+%NUGET_CMD% pack %~dp0pkg\Tizen.NET.API4.nuspec -NoPackageAnalysis -Version %VERSION% -BasePath %~dp0 -OutputDirectory %OUTDIR%
 %NUGET_CMD% pack %~dp0pkg\Tizen.NET.Internals.nuspec -NoPackageAnalysis -Version %VERSION_INTERNAL% -BasePath %~dp0 -OutputDirectory %OUTDIR%
 goto :EOF