vain0x / DotNetKit.Wpf.AutoCompleteComboBox

ComboBox with filtering (auto-complete) for WPF
MIT License
71 stars 26 forks source link

Lastest nuget version doesn't contain the latest fix #15

Closed kvpt closed 4 years ago

kvpt commented 4 years ago

Hi @vain0x,

After updated to the latest version of the nuget package, I still have the issue fixed by my PR on my app. So I used DotPeek to uncompile the latest version and found that the code doesn't contain my latest fix.

Uncompiled version : image

Current source : https://github.com/vain0x/DotNetKit.Wpf.AutoCompleteComboBox/blob/6553f3aa25c38066b4105db096461965dadbada4/DotNetKit.Wpf.AutoCompleteComboBox/Windows/Controls/AutoCompleteComboBox.xaml.cs#L187

I don't think this is intended, so can you release a new version with the fix ?

Thank you.

vain0x commented 4 years ago

@kvpt Sorry and thank you for pointing out!

kvpt commented 4 years ago

@vain0x No problem, errors happen and it's a free time project so no warranty. Thanks you again for your responsiveness.