Skip to content

Commit 1ad7ca6

Browse files
authored
Merge pull request #86 from ahoefling/vcredist_docs
Updated vcredist links for x86 and x64
2 parents 8a49d06 + 7648f1c commit 1ad7ca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Install the NuGet package into your target head and any shared projects.
2222
### Windows
2323
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.
2424
* [vc_redist.arm64.exe](https://aka.ms/vs/17/release/vc_redist.arm64.exe)
25-
* [vc_redist.x86.exe](https://aka.ms/vs/17/release/vc_redist.arm64.exe)
26-
* [vc_redist.x64.exe](https://aka.ms/vs/17/release/vc_redist.arm64.exe)
25+
* [vc_redist.x86.exe](https://aka.ms/vs/17/release/vc_redist.x86.exe)
26+
* [vc_redist.x64.exe](https://aka.ms/vs/17/release/vc_redist.x64.exe)
2727

2828
## Supported Target Frameworks
2929
FileOnQ.Imaging.Heif is available for use in the following target frameworks

0 commit comments

Comments
 (0)