All uses of hashes should now be lower case (#122)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace gaseous_tools
|
||||
{
|
||||
get
|
||||
{
|
||||
return _md5hash;
|
||||
return _md5hash.ToLower();
|
||||
}
|
||||
set
|
||||
{
|
||||
@@ -73,7 +73,7 @@ namespace gaseous_tools
|
||||
{
|
||||
get
|
||||
{
|
||||
return _sha1hash;
|
||||
return _sha1hash.ToLower();
|
||||
}
|
||||
set
|
||||
{
|
||||
|
Reference in New Issue
Block a user