Skip to content

Commit 0f06f6c

Browse files
Update AutoCompleteTextBox package info
1 parent 3d4ea5a commit 0f06f6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WinUI3/AK.Toolkit.WinUI3.AutoCompleteTextBox/AK.Toolkit.WinUI3.AutoCompleteTextBox.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
77
<UseWinUI>true</UseWinUI>
88
<Nullable>enable</Nullable>
9-
<Version>0.2.0-beta</Version>
9+
<Version>0.3.0-beta</Version>
1010
<Authors>Andrew KeepCoding</Authors>
1111
<Company>Andrew KeepCoding</Company>
1212
<PackageId>AK.Toolkit.WinUI3.AutoCompleteTextBox</PackageId>
@@ -20,8 +20,8 @@
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
<Title>AK.Toolkit.WinUI3 - AutoCompleteTextBox</Title>
23-
<Description>A TextBox control that show a suggestion based on input. The suggestion is shown inside the TextBox control.
24-
Suggestions need to be provided by the SuggestionsSource property.
23+
<Description>A TextBox control that shows a suggestion based on input.
24+
AutoCompleteTextBox shows a suggestion inside the TextBox control.
2525
</Description>
2626
</PropertyGroup>
2727

0 commit comments

Comments
 (0)