hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Support img png mimetype #228

Closed Dindexx closed 1 year ago

Dindexx commented 1 year ago

Short description of what this resolves:

Mime-type for issued credentials was hard coded in UpdateValues() to text/plain, which caused every credential in the wallet to have text/plain as the mimetype. This PR resolves that issue.

Changes proposed in this pull request:

Changed UpdateValues() in DefaultCredentialHandler