comparison ServerMonitor/Properties/AssemblyInfo.cs @ 36:10e60b05c7ec

Fix memory leak each time a check was executed.
author Brad Greco <brad@bgreco.net>
date Sun, 15 Sep 2019 20:48:55 -0400
parents b3128fe10d57
children 547181b2b418
comparison
equal deleted inserted replaced
35:2ffb0bda7705 36:10e60b05c7ec
30 // Revision 30 // Revision
31 // 31 //
32 // You can specify all the values or you can default the Build and Revision Numbers 32 // You can specify all the values or you can default the Build and Revision Numbers
33 // by using the '*' as shown below: 33 // by using the '*' as shown below:
34 // [assembly: AssemblyVersion("1.0.*")] 34 // [assembly: AssemblyVersion("1.0.*")]
35 [assembly: AssemblyVersion("1.0.0.0")] 35 [assembly: AssemblyVersion("1.1.0.0")]
36 [assembly: AssemblyFileVersion("1.0.0.0")] 36 [assembly: AssemblyFileVersion("1.1.0.0")]