From 7648f1ca459a5891d1f8609c5cb025c132000991 Mon Sep 17 00:00:00 2001 From: Andrew Hoefling Date: Mon, 31 Jan 2022 11:52:36 -0500 Subject: [PATCH] Updated vcredist links for x86 and x64 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e35129..a322de0 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Install the NuGet package into your target head and any shared projects. ### Windows Any Windows device running an application using this library requires the Visual C++ Redistributable package installed. See the [Microsoft Visual C++ Redistributable Latest Supported Downloads](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist). You will need to install the correct CPU Architecture(s) that your application supports. * [vc_redist.arm64.exe](https://aka.ms/vs/17/release/vc_redist.arm64.exe) -* [vc_redist.x86.exe](https://aka.ms/vs/17/release/vc_redist.arm64.exe) -* [vc_redist.x64.exe](https://aka.ms/vs/17/release/vc_redist.arm64.exe) +* [vc_redist.x86.exe](https://aka.ms/vs/17/release/vc_redist.x86.exe) +* [vc_redist.x64.exe](https://aka.ms/vs/17/release/vc_redist.x64.exe) ## Supported Target Frameworks FileOnQ.Imaging.Heif is available for use in the following target frameworks