File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -1184,9 +1184,11 @@ unreleased Version 0.51.0
11841184 - new option: "remove leading zeroes from hex values"
11851185 - fix crash expanding pointer to empty dynamic array
11861186 - large arrays: show growing index, fix omitting last element
1187- * dparser: now creates server process per Visual Studio Instance
1187+ * installer: add sections for "Build Tools VS2017/2019""
1188+ * dparser: now creates server process per Visual Studio instance
11881189 * added option to not show error squiggles and markers
11891190 * added tooltip to collapsed region
11901191 * fix function signature tool tips
11911192 * error list now filled with intellisense errors
1192- * basic DUB support: update and refresh if project contains dub.json or dub.sdl
1193+ * basic DUB support: upgrade and refresh if project contains dub.json or dub.sdl
1194+ * msbuild: pass original variable LinkToolExe to pipelink.exe through environment
Original file line number Diff line number Diff line change 11#define VERSION_MAJOR 0
22#define VERSION_MINOR 51
33#define VERSION_REVISION 0
4- #define VERSION_BETA -alpha
4+ #define VERSION_BETA -beta
55#define VERSION_BUILD 1
Original file line number Diff line number Diff line change 2929
3030; define DMD source path to include dmd installation
3131; !define DMD
32- !define DMD_VERSION " 2.087.1 "
32+ !define DMD_VERSION " 2.089.0 "
3333!define DMD_SRC c:\d\dmd-${DMD_VERSION}
3434
3535; define LDC to include ldc installation
3636; !define LDC
37- !define LDC_VERSION " 1.17 .0"
37+ !define LDC_VERSION " 1.18 .0"
3838!define LDC_SRC c:\d\ldc2-${LDC_VERSION} -windows-multilib
3939
4040; define VS2019 to include VS2019 support
You can’t perform that action at this time.
0 commit comments