From e200ff86cde1dab5bc8df5b3fa42a63a6d020ba3 Mon Sep 17 00:00:00 2001 From: Jaex Date: Fri, 12 Apr 2019 12:27:50 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1cfd123..47ca604 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ This will open Image Visualizer window which will allow you to preview image. In ### Requirements -* Visual Studio 2017 -* .NET Framework 4.6.1 +* Visual Studio 2019 +* .NET Framework 4.7.2 ### Option 1: Download it @@ -23,14 +23,14 @@ This will open Image Visualizer window which will allow you to preview image. In ![](http://i.imgur.com/TiPdU4G.png) -3. Copy `ImageVisualizer.dll` to `%USERPROFILE%\Documents\Visual Studio 2017\Visualizers` folder. +3. Copy `ImageVisualizer.dll` to `%USERPROFILE%\Documents\Visual Studio 2019\Visualizers` folder. ### Option 2: Compile it yourself 1. Open `ImageVisualizer.sln` with Visual Studio and compile it. -2. Post build event of Visual Studio will copy `ImageVisualizer.dll` file to `%USERPROFILE%\Documents\Visual Studio 2017\Visualizers` folder automatically. +2. Post build event of Visual Studio will copy `ImageVisualizer.dll` file to `%USERPROFILE%\Documents\Visual Studio 2019\Visualizers` folder automatically. ## Credits -Icons: [Fugue Icons](http://p.yusukekamiyamane.com) \ No newline at end of file +Icons: [Fugue Icons](http://p.yusukekamiyamane.com)