File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11var docsLangLatestVersion = {
22 dbr : {
3- core : "11.0.6000 " ,
4- cplusplus : "11.0.6000 " ,
3+ core : "11.2.1000 " ,
4+ cplusplus : "11.2.1000 " ,
55 c : "9.6.40" ,
6- java : "11.0.6000 " ,
7- python : "11.0.6000 " ,
8- dotnet : "11.0.6000 " ,
6+ java : "11.2.1000 " ,
7+ python : "11.2.1000 " ,
8+ dotnet : "11.2.1000 " ,
99 android : "11.0.5000" ,
1010 ios : "11.0.5200" ,
1111 javascript : "11.0.6000" ,
@@ -16,10 +16,10 @@ var docsLangLatestVersion = {
1616 cordova : "11.0.5200"
1717 } ,
1818 dcv :{
19- core : "3.0.600 " ,
20- cplusplus : "3.0.6000 " ,
19+ core : "3.2.1000 " ,
20+ cplusplus : "3.2.1000 " ,
2121 android : "3.0.5000" ,
22- dotnet : "3.0.6000 " ,
22+ dotnet : "3.2.1000 " ,
2323 ios : "3.0.5200" ,
2424 javascript : "3.0.6001" ,
2525 xamarin : "1.0.5" ,
@@ -28,8 +28,8 @@ var docsLangLatestVersion = {
2828 reactNative : "1.1.14" ,
2929 maui : "3.0.5200" ,
3030 nodejs : "2.6.1000" ,
31- python : "3.0.6000 " ,
32- java : "3.0.6000 "
31+ python : "3.2.1000 " ,
32+ java : "3.2.1000 "
3333 } ,
3434 mrz : {
3535 android : "3.0.5000" ,
Original file line number Diff line number Diff line change @@ -1029,6 +1029,8 @@ function initCrumbs() {
10291029 }
10301030 $ ( crumbul [ 0 ] ) . append ( appendText ) ;
10311031 }
1032+
1033+ $ ( "#versionNote" ) . hide ( ) ;
10321034}
10331035
10341036function UrlSearch ( docUrl , listUrl ) {
You can’t perform that action at this time.
0 commit comments