Skip to content

Commit

Permalink
Update AutoCompleteTextBox package info
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeepCoding committed May 2, 2022
1 parent 3d4ea5a commit 0f06f6c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<Nullable>enable</Nullable>
<Version>0.2.0-beta</Version>
<Version>0.3.0-beta</Version>
<Authors>Andrew KeepCoding</Authors>
<Company>Andrew KeepCoding</Company>
<PackageId>AK.Toolkit.WinUI3.AutoCompleteTextBox</PackageId>
Expand All @@ -20,8 +20,8 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Title>AK.Toolkit.WinUI3 - AutoCompleteTextBox</Title>
<Description>A TextBox control that show a suggestion based on input. The suggestion is shown inside the TextBox control.
Suggestions need to be provided by the SuggestionsSource property.
<Description>A TextBox control that shows a suggestion based on input.
AutoCompleteTextBox shows a suggestion inside the TextBox control.
</Description>
</PropertyGroup>

Expand Down

0 comments on commit 0f06f6c

Please sign in to comment.