Skip to content

Commit

Permalink
Update Workload version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Jun 12, 2023
1 parent 7cd4ebb commit 09ed405
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion workload/build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
example: -preview.3.100+sha12345
-->
<PropertyGroup>
<TizenWorkloadVersion>7.0.114</TizenWorkloadVersion>
<TizenWorkloadVersion>7.0.117</TizenWorkloadVersion>
</PropertyGroup>

<!--
Expand Down
4 changes: 2 additions & 2 deletions workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ $LatestVersionMap = @{
"$ManifestBaseName-6.0.100" = "7.0.101";
"$ManifestBaseName-6.0.200" = "7.0.100-preview.13.6";
"$ManifestBaseName-6.0.300" = "7.0.304";
"$ManifestBaseName-6.0.400" = "7.0.115";
"$ManifestBaseName-6.0.400" = "7.0.116";
"$ManifestBaseName-7.0.100-preview.6" = "7.0.100-preview.6.14";
"$ManifestBaseName-7.0.100-preview.7" = "7.0.100-preview.7.20";
"$ManifestBaseName-7.0.100-rc.1" = "7.0.100-rc.1.22";
"$ManifestBaseName-7.0.100-rc.2" = "7.0.100-rc.2.24";
"$ManifestBaseName-7.0.100" = "7.0.103";
"$ManifestBaseName-7.0.200" = "7.0.105";
"$ManifestBaseName-7.0.300" = "7.0.114";
"$ManifestBaseName-7.0.300" = "7.0.117";
"$ManifestBaseName-8.0.100-alpha.1" = "7.0.104";
"$ManifestBaseName-8.0.100-preview.2" = "7.0.106";
"$ManifestBaseName-8.0.100-preview.3" = "7.0.107";
Expand Down
4 changes: 2 additions & 2 deletions workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-6.0.100=7.0.101"
"$MANIFEST_BASE_NAME-6.0.200=7.0.100-preview.13.6"
"$MANIFEST_BASE_NAME-6.0.300=7.0.304"
"$MANIFEST_BASE_NAME-6.0.400=7.0.115"
"$MANIFEST_BASE_NAME-6.0.400=7.0.116"
"$MANIFEST_BASE_NAME-7.0.100-preview.6=7.0.100-preview.6.14"
"$MANIFEST_BASE_NAME-7.0.100-preview.7=7.0.100-preview.7.20"
"$MANIFEST_BASE_NAME-7.0.100-rc.1=7.0.100-rc.1.22"
"$MANIFEST_BASE_NAME-7.0.100-rc.2=7.0.100-rc.2.24"
"$MANIFEST_BASE_NAME-7.0.100=7.0.103"
"$MANIFEST_BASE_NAME-7.0.200=7.0.105"
"$MANIFEST_BASE_NAME-7.0.300=7.0.114"
"$MANIFEST_BASE_NAME-7.0.300=7.0.117"
"$MANIFEST_BASE_NAME-8.0.100-alpha.1=7.0.104"
"$MANIFEST_BASE_NAME-8.0.100-preview.2=7.0.106"
"$MANIFEST_BASE_NAME-8.0.100-preview.3=7.0.107"
Expand Down

0 comments on commit 09ed405

Please sign in to comment.