Skip to content

Commit b48e9c4

Browse files
committed
Version 1.2.0
1 parent 89f82f8 commit b48e9c4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

AutoCompleteTextBox/AutoCompleteTextBox/AutoCompleteTextBox.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
33
<PropertyGroup>
44
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
5-
<TargetFrameworks>net452;net472;netcoreapp3.1</TargetFrameworks>
5+
<TargetFrameworks>net452;net472;netcoreapp3.1;net5.0-windows</TargetFrameworks>
66
<UseWPF>true</UseWPF>
7-
<Version>1.1.0.1</Version>
7+
<Version>1.2.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>
@@ -13,8 +13,8 @@
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<ApplicationIcon>AutoCompleteTextBox.ico</ApplicationIcon>
1515
<PackageReleaseNotes>
16-
Now package targets .net 4.5.2, 4.7.2 and .net core 3.1.
17-
Default style is now enbled by default.
16+
Now package targets .net 4.5.2, 4.7.2,.net core 3.1 and 5
17+
Default style is now enabled by default.
1818
</PackageReleaseNotes>
1919
</PropertyGroup>
2020
</Project>

README.md

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

55

66
Install:
7-
```PM> Install-Package AutoCompleteTextBox -Version 1.1.0```
7+
```PM> Install-Package AutoCompleteTextBox -Version 1.2.0```
88

99

1010
>WPF AutoComplete TextBox is an original work from [Bhardwaj Deepak](http://www.codeproject.com/Tips/801004/WPF-AutoComplete-TextBox)
@@ -24,18 +24,18 @@ This control originally features:
2424
1. I've included two more properties for making things easier:
2525
* MaxLength
2626
* CharacterCasing
27-
2. Also, I fixed up the focus control.
27+
2. Also, fixed up the focus control.
2828
3. Removed VB.NET stuff from original solution.
2929
4. Added a new demo showcasing the new capabilities
3030
5. Added a custom style in the new demo, turning on validation messages
3131
6. Added property MaxPopupHeight. Setting this property, will limit the popup height to the size you wish.
3232
7. Much more from collaborators!
3333

34-
### The Demo WpfControls.Demo
34+
### UPDATED DEMO !!!
3535

36-
It's a simple WPF application using the [Material Design in XAML Toolkit](http://materialdesigninxaml.net/) and MVVM showing how to search for the American States while typing. See it in action!
36+
A WPF application using the [Material Design in XAML Toolkit](http://materialdesigninxaml.net/) and MVVM. See it in action!
3737

38-
![demo in action](http://g.recordit.co/xhSXhMkSRP.gif "Demo in Action")
38+
![demo in action](http://g.recordit.co/lXPdBMPGjD.gif "Demo in Action")
3939

4040

4141
PS.: Screen cast by: http://recordit.co/

demo.gif

1020 KB
Loading

0 commit comments

Comments
 (0)