File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
AutoCompleteTextBox/AutoCompleteTextBox Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
55 <TargetFrameworks >net452;net472;net48;netcoreapp3.1;net6.0-windows</TargetFrameworks >
66 <UseWPF >true</UseWPF >
7- <Version >1.7.1 </Version >
7+ <Version >1.7.2 </Version >
88 <PackageProjectUrl >https://github.com/quicoli/WPF-AutoComplete-TextBox</PackageProjectUrl >
99 <RepositoryType />
1010 <RepositoryUrl >https://github.com/quicoli/WPF-AutoComplete-TextBox</RepositoryUrl >
1313 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1414 <ApplicationIcon >AutoCompleteTextBox.ico</ApplicationIcon >
1515 <PackageReleaseNotes >
16- Better support for keyboard focus
16+ AutoCompleteComboBox.Watermark visible fix.
1717 </PackageReleaseNotes >
1818 <Description >An auto complete textbox and combo box for WPF</Description >
1919 <PackageIcon >AutoCompleteTextBox.png</PackageIcon >
Original file line number Diff line number Diff line change 44
55
66Install:
7- ``` PM> Install-Package AutoCompleteTextBox -Version 1.7.1 ```
7+ ``` PM> Install-Package AutoCompleteTextBox -Version 1.7.2 ```
88
99
1010> WPF AutoComplete TextBox is an original work from [ Bhardwaj Deepak] ( http://www.codeproject.com/Tips/801004/WPF-AutoComplete-TextBox )
@@ -30,9 +30,9 @@ This control originally features:
30307 . Much more from collaborators!
3131
3232
33- ### What's new in version 1.7.1 ?
33+ ### What's new in version 1.7.2 ?
3434
35- 1 . Hot fix: When PreviewSelection is false, ensure scrolling to the selected item . (thanks @johnathan-coe )
35+ 1 . Watermark adjustments for AutoCompleteComboBox . (thanks @hsytkm )
3636
3737
3838### See our Wiki
You can’t perform that action at this time.
0 commit comments