diff --git a/windows/d2-installer-descriptions.nsh b/windows/d2-installer-descriptions.nsh index 84bd43ec..8494c362 100644 --- a/windows/d2-installer-descriptions.nsh +++ b/windows/d2-installer-descriptions.nsh @@ -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 diff --git a/windows/d2-installer.nsi b/windows/d2-installer.nsi index 3b38c5fd..db3c786d 100644 --- a/windows/d2-installer.nsi +++ b/windows/d2-installer.nsi @@ -39,7 +39,7 @@ ; Routinely Update ; ---------------- ; Visual D -!define VersionVisualD "1.3.1" +!define VersionVisualD "1.4.1" ; Update Rarely Needed ; --------------------