mansellan / clickonce

ClickOnce packager
Other
26 stars 7 forks source link

Allow SHA-256 hashing #14

Closed mansellan closed 4 years ago

mansellan commented 4 years ago

The hashing algorithm selected by the manifest generation API is driven by the target framework. Curently we coerce this to ensure SHA-1, as SHA-256 leads to malformed hashes. This should be addressed.

mansellan commented 4 years ago

Fixed.