From: Wonyoung Choi Date: Thu, 2 Nov 2017 07:01:04 +0000 (+0900) Subject: [Build] Add Tizen.NET.API5 package X-Git-Tag: 5.0.0-preview1-00393^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=757e42bda5a0b3267aa525460216b95854f97843;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Build] Add Tizen.NET.API5 package Change-Id: Id6ab646c415387048698ee6a5a26ee588a3d1b92 --- diff --git a/build.cmd b/build.cmd index efd589e..6a05cf4 100644 --- a/build.cmd +++ b/build.cmd @@ -50,6 +50,7 @@ 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.API5.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 diff --git a/build.sh b/build.sh index f6317bc..4f87861 100755 --- a/build.sh +++ b/build.sh @@ -63,6 +63,7 @@ cmd_pack() { 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.API5.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 } @@ -73,9 +74,9 @@ cmd_clean() { cmd=$1; shift; case "$cmd" in build|--build|-b) cmd_build $@ ;; - full |--full |-f) cmd_full_build $@ ;; + full |--full |-f) cmd_full_build $@ ;; dummy|--dummy|-d) cmd_dummy_build $@ ;; - pack |--pack |-p) cmd_pack $@ ;; + pack |--pack |-p) cmd_pack $@ ;; clean|--clean|-c) cmd_clean $@ ;; - *) usage ;; + *) usage ;; esac diff --git a/pkg/Tizen.NET.API5.nuspec b/pkg/Tizen.NET.API5.nuspec new file mode 100644 index 0000000..e7e5fb0 --- /dev/null +++ b/pkg/Tizen.NET.API5.nuspec @@ -0,0 +1,19 @@ + + + + Tizen.NET.API5 + $version$ + Samsung Electronics + Samsung Electronics + false + https://www.apache.org/licenses/LICENSE-2.0 + https://www.tizen.org/ + https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png + Reference assemblies of Tizen .NET API Level 5. + © Samsung Electronics Co., Ltd All Rights Reserved + + + + + + diff --git a/pkg/Tizen.NET.Internals.nuspec b/pkg/Tizen.NET.Internals.nuspec index 83cbc30..96a5831 100644 --- a/pkg/Tizen.NET.Internals.nuspec +++ b/pkg/Tizen.NET.Internals.nuspec @@ -2,7 +2,7 @@ Tizen.NET.Internals - 5.0.0 + $version$ Samsung Electronics Samsung Electronics false @@ -13,9 +13,7 @@ © Samsung Electronics Co., Ltd All Rights Reserved - - diff --git a/pkg/Tizen.NET.nuspec b/pkg/Tizen.NET.nuspec index 2b8933b..86fcc47 100644 --- a/pkg/Tizen.NET.nuspec +++ b/pkg/Tizen.NET.nuspec @@ -2,22 +2,20 @@ Tizen.NET - 5.0.0-preview1 + $version$ Samsung Electronics Samsung Electronics false https://www.apache.org/licenses/LICENSE-2.0 https://www.tizen.org/ https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png - A set of Tizen.NET APIs. This includes all of the APIs built on top of Tizen Platform. + A set of Tizen .NET APIs. This includes all of the APIs built on top of Tizen Platform. © Samsung Electronics Co., Ltd All Rights Reserved + + + - - - - -