From 58b18a4148cd4009ab6e195a0e507d283f67cbd5 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Sun, 19 Nov 2023 09:03:43 +0000 Subject: [PATCH] Update module 4.1.494 --- VcRedist/VcRedist.psd1 | 4 ++-- docs/changelog.md | 2 +- docs/versions.md | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VcRedist/VcRedist.psd1 b/VcRedist/VcRedist.psd1 index 30aca71e..64172d6d 100644 --- a/VcRedist/VcRedist.psd1 +++ b/VcRedist/VcRedist.psd1 @@ -3,7 +3,7 @@ # # Generated by: Aaron Parker # -# Generated on: 10/2/2023 +# Generated on: 11/19/2023 # @{ @@ -12,7 +12,7 @@ RootModule = 'VcRedist.psm1' # Version number of this module. -ModuleVersion = '4.1.493' +ModuleVersion = '4.1.494' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/changelog.md b/docs/changelog.md index 5489fb32..ad1e458e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## VERSION +## 4.1.494 * Fix an issue where Redistributables imported into MDT do not install #144 * Fix an issue when importing the Redistributables into an MDT deployment share diff --git a/docs/versions.md b/docs/versions.md index 0c6ac4c1..2a7cd494 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -1,13 +1,13 @@ # Included Redistributables -VcRedist `4.1.493` includes the following Redistributables (supported and unsupported): +VcRedist `4.1.494` includes the following Redistributables (supported and unsupported): | Version | Architecture | Name | | -------------- | ------------ | -------------------------------------------------------------------------- | -| 14.36.32532.0 | x64 | Visual C++ Redistributable for Visual Studio 2022 | -| 14.36.32532.0 | x86 | Visual C++ Redistributable for Visual Studio 2022 | -| 14.29.30139.0 | x64 | Visual C++ Redistributable for Visual Studio 2019 | -| 14.29.30139.0 | x86 | Visual C++ Redistributable for Visual Studio 2019 | +| 14.38.33130.0 | x64 | Visual C++ Redistributable for Visual Studio 2022 | +| 14.38.33130.0 | x86 | Visual C++ Redistributable for Visual Studio 2022 | +| 14.29.30153.0 | x64 | Visual C++ Redistributable for Visual Studio 2019 | +| 14.29.30153.0 | x86 | Visual C++ Redistributable for Visual Studio 2019 | | 14.16.27033.0 | x64 | Visual C++ Redistributable for Visual Studio 2017 | | 14.16.27033.0 | x86 | Visual C++ Redistributable for Visual Studio 2017 | | 14.0.24215.1 | x64 | Visual C++ 2015 Redistributable Update 3 |