Fixed and closed #519 : changed all occurrences of ToLower() into ToLowerInvariant().
This commit is contained in:
parent
072ee52d8f
commit
5f05cecc20
8 changed files with 15 additions and 15 deletions
|
@ -16,5 +16,5 @@ using System.Reflection;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("3.0.2.517")]
|
||||
[assembly: AssemblyFileVersion("3.0.2.517")]
|
||||
[assembly: AssemblyVersion("3.0.2.518")]
|
||||
[assembly: AssemblyFileVersion("3.0.2.518")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue