v0.5.4.0 + converting parameters of the spawn command to correct case

This commit is contained in:
Regalis
2016-11-22 17:16:59 +02:00
parent 03e55a2040
commit 219f9258e2
4 changed files with 43 additions and 10 deletions
+2 -2
View File
@@ -31,5 +31,5 @@ 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("0.5.3.4")]
[assembly: AssemblyFileVersion("0.5.3.4")]
[assembly: AssemblyVersion("0.5.4.0")]
[assembly: AssemblyFileVersion("0.5.4.0")]