From 1f0cc9c39bf4d72f287fde174e22034b8b85be97 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Mon, 12 Feb 2024 07:49:39 +0000 Subject: [PATCH] Update module 4.1.495 --- VcRedist/VcRedist.psd1 | 4 ++-- docs/changelog.md | 2 +- docs/versions.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VcRedist/VcRedist.psd1 b/VcRedist/VcRedist.psd1 index 64172d6d..bf91bcad 100644 --- a/VcRedist/VcRedist.psd1 +++ b/VcRedist/VcRedist.psd1 @@ -3,7 +3,7 @@ # # Generated by: Aaron Parker # -# Generated on: 11/19/2023 +# Generated on: 2/12/2024 # @{ @@ -12,7 +12,7 @@ RootModule = 'VcRedist.psm1' # Version number of this module. -ModuleVersion = '4.1.494' +ModuleVersion = '4.1.495' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/changelog.md b/docs/changelog.md index 8f2a67a9..46b97d31 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## VERSION +## 4.1.495 * Update Redistributables `2022` to `14.38.33135.0` diff --git a/docs/versions.md b/docs/versions.md index 2a7cd494..85109cd2 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -1,11 +1,11 @@ # Included Redistributables -VcRedist `4.1.494` includes the following Redistributables (supported and unsupported): +VcRedist `4.1.495` includes the following Redistributables (supported and unsupported): | Version | Architecture | Name | | -------------- | ------------ | -------------------------------------------------------------------------- | -| 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.38.33135.0 | x64 | Visual C++ Redistributable for Visual Studio 2022 | +| 14.38.33135.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 |