Updated version number information

This commit is contained in:
DoogeJ
2016-11-22 13:11:47 +01:00
parent a88c91f046
commit 6dbf1845ec

View File

@@ -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