misc: update package version.
This commit is contained in:
parent
e7c7ea349b
commit
3b5cf24c98
@ -3,12 +3,25 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
|
||||||
<LangVersion>10</LangVersion>
|
<LangVersion>10</LangVersion>
|
||||||
<Version>0.1.0-preview1</Version>
|
<Version>0.1.0-preview2</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>Initial Release</PackageReleaseNotes>
|
<PackageReleaseNotes>Add new control themes:
|
||||||
|
➕ ItemsControl
|
||||||
|
➕ AutoComplete
|
||||||
|
➕ Notification
|
||||||
|
➕ ProgressBar
|
||||||
|
➕ ButtonSpinner
|
||||||
|
➕ NumericUpDown
|
||||||
|
➕ Menu, ContextMenu, FlyoutMenu
|
||||||
|
➕ ToolTip
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
🔧 Fix TextBox padding when inner content is empty.
|
||||||
|
🔧 Fix TreeViewItem ToggleButton size too small.
|
||||||
|
🔧 Fix Flyout default foreground.</PackageReleaseNotes>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user