From 4b1640d84caed8858ac83967441be0ca47c64fb9 Mon Sep 17 00:00:00 2001 From: Rainer Date: Thu, 17 Jul 2025 09:37:29 +0200 Subject: [PATCH] update Visual D version to 1.4.1 --- windows/d2-installer-descriptions.nsh | 2 +- windows/d2-installer.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ; --------------------