misc: update package info.
This commit is contained in:
parent
1030fa47e7
commit
9e75d56845
@ -3,25 +3,36 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
|
||||||
<LangVersion>10</LangVersion>
|
<LangVersion>10</LangVersion>
|
||||||
<Version>0.1.0-preview2</Version>
|
<Version>0.1.0-preview3</Version>
|
||||||
<Title>Semi.Avalonia</Title>
|
<Title>Semi.Avalonia</Title>
|
||||||
<Authors>IRIHI Technology</Authors>
|
<Authors>IRIHI Technology</Authors>
|
||||||
<Description>Avalonia Theme inspired by Semi Design. </Description>
|
<Description>Avalonia Theme inspired by Semi Design. </Description>
|
||||||
<PackageProjectUrl>https://github.com/irihitech/Semi.Avalonia</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/irihitech/Semi.Avalonia</PackageProjectUrl>
|
||||||
<PackageReleaseNotes>Add new control themes:
|
<PackageReleaseNotes>Add new controls:
|
||||||
➕ ItemsControl
|
* Slider
|
||||||
➕ AutoComplete
|
* GridSplitter
|
||||||
➕ Notification
|
* Carousel
|
||||||
➕ ProgressBar
|
* Popup
|
||||||
➕ ButtonSpinner
|
* Tabstrip
|
||||||
➕ NumericUpDown
|
* Timepicker
|
||||||
➕ Menu, ContextMenu, FlyoutMenu
|
* DatePicker
|
||||||
➕ ToolTip
|
* Canlendar
|
||||||
|
* CalendarDatePicker
|
||||||
|
* CaptionButtons
|
||||||
|
* TitleBar
|
||||||
|
* SplitView
|
||||||
|
* ManagedFileChooser
|
||||||
|
* DropdownButton
|
||||||
|
* SplitButton
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
🔧 Fix TextBox padding when inner content is empty.
|
* Fix TextBox and AutoComplete Padding
|
||||||
🔧 Fix TreeViewItem ToggleButton size too small.
|
* Fix Button default color
|
||||||
🔧 Fix Flyout default foreground.</PackageReleaseNotes>
|
* Fix Menu spacing
|
||||||
|
* Fix various Flyout/Popup CornerRadius
|
||||||
|
|
||||||
|
Msic:
|
||||||
|
* Add default ContextFlyout for TextBox</PackageReleaseNotes>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user