Skip to content

Repo sync for protected branch #4936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/windows/latest-supported-vc-redist.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Latest supported Visual C++ Redistributable downloads"
description: "This article lists the download links for the latest versions of Visual C++ Redistributable packages."
ms.date: 08/02/2023
ms.date: 02/08/2024
helpviewer_keywords:
[
"redist",
Expand All @@ -27,6 +27,11 @@ This table lists the latest supported English (en-US) Microsoft Visual C++ Redis

Unlike older versions of Visual Studio, which have infrequent redist updates, the version number isn't listed in the following table for Visual Studio 2015-2022 because the redist is updated frequently. To find the version number of the latest redist, download the redist you're interested in using one of the following links. Then, look at its properties using Windows File Explorer. In the **Details** pane, the **File version** contains the version of the redist.

## Latest Microsoft Visual C++ Redistributable Version
The latest version is `14.38.33135.0`

Use the following links to download this version for each supported architecture:

| Architecture | Link | Notes |
|--|:-:|-:|
| ARM64 | [https://aka.ms/vs/17/release/vc_redist.arm64.exe](https://aka.ms/vs/17/release/vc_redist.arm64.exe) | Permalink for latest supported ARM64 version |
Expand Down