File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ $LatestVersionMap = @{
52
52
" $ManifestBaseName -8.0.100-rc.2" = " 7.0.125" ;
53
53
" $ManifestBaseName -8.0.100-rtm" = " 7.0.127" ;
54
54
" $ManifestBaseName -8.0.100" = " 8.0.130" ;
55
+ " $ManifestBaseName -8.0.200" = " 8.0.138" ;
55
56
" $ManifestBaseName -9.0.100-alpha.1" = " 8.0.134" ;
56
57
" $ManifestBaseName -9.0.100-preview.1" = " 8.0.135" ;
57
58
" $ManifestBaseName -9.0.100-preview.2" = " 8.0.137" ;
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ LatestVersionMap=(
36
36
" $MANIFEST_BASE_NAME -8.0.100-rc.1=7.0.124"
37
37
" $MANIFEST_BASE_NAME -8.0.100-rc.2=7.0.125"
38
38
" $MANIFEST_BASE_NAME -8.0.100-rtm=7.0.127"
39
- " $MANIFEST_BASE_NAME -8.0.100=7.0.130"
39
+ " $MANIFEST_BASE_NAME -8.0.100=8.0.130"
40
+ " $MANIFEST_BASE_NAME -8.0.200=8.0.138"
40
41
" $MANIFEST_BASE_NAME -9.0.100-alpha.1=8.0.134"
41
42
" $MANIFEST_BASE_NAME -9.0.100-preview.1=8.0.135"
42
43
" $MANIFEST_BASE_NAME -9.0.100-preview.2=8.0.137"
You can’t perform that action at this time.
0 commit comments