Skip to content

Commit 11b0fe3

Browse files
committed
Update VersionTemplateModel.cs
1 parent 4ccdce4 commit 11b0fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WPF/GeneralUpdate.Packet/Models/VersionTemplateModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ internal class VersionTemplateModel
1818
/// <summary>
1919
/// Compare and verify with the downloaded update package.
2020
/// </summary>
21-
public string MD5 { get; set; }
21+
public string Hash { get; set; }
2222

2323
/// <summary>
2424
/// The version number.

0 commit comments

Comments
 (0)