mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
71601d7564
- Fixed lots of handle leak caused by Threading. Now uses ThreadPool instead of Thread. This change may fix IME issue that cannot input character like Japanese for instance. - Commented out some non-used part. - Removed ref keyword from ScanAndReplace().
8 lines
287 B
C#
8 lines
287 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: AssemblyCopyright("© 2010 - Peter Souza IV")]
|
|
[assembly: AssemblyVersion("1.6.0.0")]
|
|
[assembly: AssemblyInformationalVersion(Rainmeter.Version.Informational)]
|
|
[assembly: AssemblyProduct("Rainmeter")]
|