From 6dbf1845ecc7eb334765ce093c2e9606470cb348 Mon Sep 17 00:00:00 2001 From: DoogeJ Date: Tue, 22 Nov 2016 13:11:47 +0100 Subject: [PATCH] Updated version number information --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f8c4f..e3f8225 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,10 @@ This application was written using Visual Studio 2015 and .NET Framework 4.5.2 o It will most likely build fine on different configurations, but might require some modifications. ## Updating the version number -The version number is stored in two locations: +The version number is stored in four locations: * In the projects assembly info file: **'SmartHDD\Properties\AssemblyInfo.cs'** +* In the program header: **'SmartHDD\Program.cs'** +* In the projects C# project file: **'SmartHDD\SmartHDD.csproj'** * In the installer setup.iss file (only used for the installer): **'Installer\setup.iss'** ## Building the installer