Skip to content

Commit 2ddffdc

Browse files
committed
added download link and switched back to incremental version numbers
1 parent 8f10403 commit 2ddffdc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ System Requirements:
1919
- DirextX 11 compatible graphics card
2020
- [Microsoft Visual C++ Redistributable for Visual Studio 2019](https://aka.ms/vs/16/release/vc_redist.x64.exe)
2121

22+
Version 3.4 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/ImageViewer3_4.zip)
23+
2224
Version 3.3.1 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/ImageViewer3_3_1.zip)
2325

2426
Version 3.3 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/ImageViewer3_3.zip)

ImageViewer/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("3.4.0")]
54+
[assembly: AssemblyVersion("3.4.*")]
5555
[assembly: AssemblyFileVersion("3.0.0")]

0 commit comments

Comments
 (0)