Skip to content

Commit 307f672

Browse files
committed
Update module 4.1.498
1 parent de29ab9 commit 307f672

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

VcRedist/VcRedist.psd1

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'VcRedist'
33
#
44
# Generated by: Aaron Parker
55
#
6-
# Generated on: 5/24/2024
6+
# Generated on: 7/25/2024
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'VcRedist.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.1.499'
15+
ModuleVersion = '4.1.498'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## VERSION
3+
## 4.1.498
44

55
* Moves the `2012` and `2013` releases to the Unsupported Redistributables list
66
* Adds the `ARM64` architecture to the `2022` release

docs/versions.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
# Included Redistributables
22

3-
VcRedist `4.1.497` includes the following Redistributables (supported and unsupported):
3+
VcRedist `4.1.498` includes the following Redistributables (supported and unsupported):
44

55
| Version | Architecture | Name |
66
| -------------- | ------------ | -------------------------------------------------------------------------- |
7-
| 14.40.33810.0 | x64 | Visual C++ Redistributable for Visual Studio 2022 |
87
| 14.40.33810.0 | x86 | Visual C++ Redistributable for Visual Studio 2022 |
8+
| 14.40.33810.0 | ARM64 | Visual C++ Redistributable for Visual Studio 2022 |
9+
| 14.40.33810.0 | x64 | Visual C++ Redistributable for Visual Studio 2022 |
910
| 14.29.30153.0 | x64 | Visual C++ Redistributable for Visual Studio 2019 |
1011
| 14.29.30153.0 | x86 | Visual C++ Redistributable for Visual Studio 2019 |
11-
| 14.16.27033.0 | x64 | Visual C++ Redistributable for Visual Studio 2017 |
1212
| 14.16.27033.0 | x86 | Visual C++ Redistributable for Visual Studio 2017 |
13-
| 14.0.24215.1 | x64 | Visual C++ 2015 Redistributable Update 3 |
13+
| 14.16.27033.0 | x64 | Visual C++ Redistributable for Visual Studio 2017 |
1414
| 14.0.24215.1 | x86 | Visual C++ 2015 Redistributable Update 3 |
15-
| 12.0.40664.0 | x64 | Visual C++ 2013 Update 5 Redistributable Package |
15+
| 14.0.24215.1 | x64 | Visual C++ 2015 Redistributable Update 3 |
1616
| 12.0.40664.0 | x86 | Visual C++ 2013 Update 5 Redistributable Package |
17+
| 12.0.40664.0 | x64 | Visual C++ 2013 Update 5 Redistributable Package |
1718
| 12.0.30501.0 | x86 | Visual C++ Redistributable Packages for Visual Studio 2013 |
1819
| 12.0.30501.0 | x64 | Visual C++ Redistributable Packages for Visual Studio 2013 |
19-
| 11.0.61030.0 | x64 | Visual C++ Redistributable for Visual Studio 2012 Update 4 |
2020
| 11.0.61030.0 | x86 | Visual C++ Redistributable for Visual Studio 2012 Update 4 |
21+
| 11.0.61030.0 | x64 | Visual C++ Redistributable for Visual Studio 2012 Update 4 |
2122
| 10.0.40219.325 | x64 | Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update |
2223
| 10.0.40219.325 | x86 | Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update |
2324
| 9.0.30729.6161 | x64 | Visual C++ 2008 Service Pack 1 Redistributable Package MFC Security Update |
2425
| 9.0.30729.6161 | x86 | Visual C++ 2008 Service Pack 1 Redistributable Package MFC Security Update |
2526
| 9.0.30729.4148 | x64 | Visual C++ 2008 Service Pack 1 Redistributable Package ATL Security Update |
2627
| 9.0.30729.4148 | x86 | Visual C++ 2008 Service Pack 1 Redistributable Package ATL Security Update |
27-
| 9.0.30411 | x64 | Visual C++ 2008 Redistributable Package ATL Security Update |
2828
| 9.0.30411 | x86 | Visual C++ 2008 Redistributable Package ATL Security Update |
29-
| 8.0.61000 | x64 | Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update |
29+
| 9.0.30411 | x64 | Visual C++ 2008 Redistributable Package ATL Security Update |
3030
| 8.0.61000 | x86 | Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update |
31-
| 8.0.59192 | x86 | Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update |
32-
| 8.0.59192 | x64 | Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update |
31+
| 8.0.61000 | x64 | Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update |
32+
| 8.0.59192 | x64 | Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update |
33+
| 8.0.59192 | x86 | Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update |

0 commit comments

Comments
 (0)