Skip to content

Commit 43dd530

Browse files
committed
bump version to 0.51.0-beta1
1 parent 6aaeec6 commit 43dd530

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

nsis/visuald.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
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

0 commit comments

Comments
 (0)