File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ $LatestVersionMap = @{
5151 " $ManifestBaseName -8.0.100-rc.1" = " 7.0.124" ;
5252 " $ManifestBaseName -8.0.100-rc.2" = " 7.0.125" ;
5353 " $ManifestBaseName -8.0.100-rtm" = " 7.0.127" ;
54- " $ManifestBaseName -8.0.100" = " 7.0.129" ;
54+ " $ManifestBaseName -8.0.100" = " 8.0.130" ;
55+ " $ManifestBaseName -9.0.100-alpha.1" = " 8.0.131" ;
5556}
5657
5758function New-TemporaryDirectory {
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ LatestVersionMap=(
3636 " $MANIFEST_BASE_NAME -8.0.100-rc.1=7.0.124"
3737 " $MANIFEST_BASE_NAME -8.0.100-rc.2=7.0.125"
3838 " $MANIFEST_BASE_NAME -8.0.100-rtm=7.0.127"
39- " $MANIFEST_BASE_NAME -8.0.100=7.0.129"
39+ " $MANIFEST_BASE_NAME -8.0.100=7.0.130"
40+ " $MANIFEST_BASE_NAME -9.0.100-alpha.1=8.0.131"
4041 )
4142
4243while [ $# -ne 0 ]; do
You can’t perform that action at this time.
0 commit comments