Re-worked Windows Event shutdown to use Thread.Abort to enable shuting down in a quicker fashion.

This commit is contained in:
Eric Fontana
2014-11-21 09:06:13 -05:00
parent fc1d7402d0
commit 05142d2a8f
12 changed files with 58 additions and 13 deletions

View File

@@ -32,5 +32,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("1.3.11.0")]
[assembly: AssemblyFileVersion("1.3.11.0")]
[assembly: AssemblyVersion("1.3.12.0")]
[assembly: AssemblyFileVersion("1.3.12.0")]