jehugaleahsa / mustache-sharp

An extension of the mustache text template engine for .NET.
The Unlicense
306 stars 78 forks source link

Generator.KeyFound event not passing value #29

Closed zbynek001 closed 10 years ago

zbynek001 commented 10 years ago

KeyFoundEventArgs constructor didn't set the value leading to always substituting with an empty string when using KeyFound event.

jehugaleahsa commented 10 years ago

Ugh. Embarrassing. Thank you for the find and simple fix. I've pushed out the merged code to NuGet.