Skip to content

Commit

Permalink
Update AutoCompleteTextBox project file for packing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeepCoding committed Apr 25, 2022
1 parent 4d391cb commit 674f905
Showing 1 changed file with 2 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.1.0-alpha</Version>
<Version>0.2.0-beta</Version>
<Authors>Andrew KeepCoding</Authors>
<Company>Andrew KeepCoding</Company>
<PackageId>AK.Toolkit.WinUI3.AutoCompleteTextBox</PackageId>
Expand All @@ -20,8 +20,7 @@
<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 by overriding the placeholder feature.
<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>
</PropertyGroup>
Expand Down

0 comments on commit 674f905

Please sign in to comment.