Skip to content

Commit 96577ba

Browse files
committed
1.7.0
1 parent 37d36fa commit 96577ba

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

AutoCompleteTextBox/AutoCompleteTextBox/AutoCompleteTextBox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
55
<TargetFrameworks>net452;net472;net48;netcoreapp3.1;net6.0-windows</TargetFrameworks>
66
<UseWPF>true</UseWPF>
7-
<Version>1.6.0.0</Version>
7+
<Version>1.7.0.0</Version>
88
<PackageProjectUrl>https://github.com/quicoli/WPF-AutoComplete-TextBox</PackageProjectUrl>
99
<RepositoryType />
1010
<RepositoryUrl>https://github.com/quicoli/WPF-AutoComplete-TextBox</RepositoryUrl>

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
Install:
7-
```PM> Install-Package AutoCompleteTextBox -Version 1.6.0```
7+
```PM> Install-Package AutoCompleteTextBox -Version 1.7.0```
88

99

1010
>WPF AutoComplete TextBox is an original work from [Bhardwaj Deepak](http://www.codeproject.com/Tips/801004/WPF-AutoComplete-TextBox)
@@ -30,12 +30,10 @@ This control originally features:
3030
7. Much more from collaborators!
3131

3232

33-
### What's new in version 1.6.0?
33+
### What's new in version 1.7.0?
34+
35+
1. PreviewSelection property added, default true. When false, only places the suggestion's display text in the editor when the selection is committed. (thanks @johnathan-coe)
3436

35-
1. Keyboard focus improvements (thanks @mitchcapper)
36-
2. Binding error on generic style (thanks @kmathiasen)
37-
3. Removed support of .NET 5
38-
4. Added support for .NET 4.8
3937

4038
### See our Wiki
4139

0 commit comments

Comments
 (0)