Bump the Assembly version to 1.2.5 like the VERSION file.

This commit is contained in:
Robert Adams
2020-01-09 13:46:42 -08:00
parent 3476f66f22
commit d40333de64
+2 -2
View File
@@ -32,8 +32,8 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.4.0")]
[assembly: AssemblyFileVersion("1.2.4.0")]
[assembly: AssemblyVersion("1.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]
[assembly: log4net.Config.XmlConfigurator(Watch = true)]