Skip to content

Commit db1e1f7

Browse files
committed
added download link to readme and switched back to incremental build versions
1 parent 3b29548 commit db1e1f7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Docs/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ 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.5 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/ImageViewer3_5.zip)
23+
2224
Version 3.4 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/ImageViewer3_4.zip)
2325

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

26-
Version 3.3 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/ImageViewer3_3.zip)
27-
28-
Version 3.2 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/ImageViewer3_2.zip)
29-
30-
Version 3.1 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/ImageViewer3_1.zip)
31-
3228
Version 2.1 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/raw/Release/Build/Texture%20Viewer.zip)
3329

3430
[Used Libraries](about.md)

ImageViewer/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
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.5.0")]
54+
[assembly: AssemblyVersion("3.5.*")]
5555
[assembly: AssemblyFileVersion("3.0.0")]

0 commit comments

Comments
 (0)