Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion windows/d2-installer-descriptions.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LangString DESC_Dmd2Files ${LANG_ENGLISH} "Digital Mars D version 2 compiler"
LangString DESC_SMShortcuts ${LANG_ENGLISH} "Add Shortcuts to the Start Menu to start the command interpreter with adjusted environment"
LangString DESC_AddD2ToPath ${LANG_ENGLISH} "Modify the PATH environment variable so DMD can be used from any command prompt"

LangString DESC_VisualDDownload ${LANG_ENGLISH} "Visual Studio package providing both project management and language services. It works with Visual Studio 2008-2017 (and the free VS Shells)"
LangString DESC_VisualDDownload ${LANG_ENGLISH} "Visual Studio package providing project management, language services and debugger support. It works with Visual Studio 2008-2022"


; Shortcuts
Expand Down
2 changes: 1 addition & 1 deletion windows/d2-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
; Routinely Update
; ----------------
; Visual D
!define VersionVisualD "1.3.1"
!define VersionVisualD "1.4.1"

; Update Rarely Needed
; --------------------
Expand Down
Loading