Skip to content

Commit ade3b35

Browse files
authored
Update icon resource name in VerifyChecksum method
1 parent 905919c commit ade3b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OutSystems.NetChecksumUtils/INetChecksumUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ out long operationDuration
2828

2929
[OSAction(
3030
Description = "Computes a hexadecimal checksum for the provided text using the specified algorithm.",
31-
IconResourceName = "OutSystems.YAEmailValidator.resources.YAEmailValidator_icon.png"
31+
IconResourceName = "OutSystems.NetChecksumUtils.resources.NetChecksumUtils_icon.png"
3232
)]
3333
void VerifyChecksum(
3434
[OSParameterAttribute(Description = "The name of the hashing algorithm to use. Supported values (case-insensitive): \"SHA256\", \"SHA-256\", \"SHA512\", \"SHA-512\", \"MD5\", \"SHA3-256\", \"SHA3_256\".")]

0 commit comments

Comments
 (0)