File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Core library for **AutoSettingUI** - A declarative settings UI framework for .NE
88## Installation
99
1010``` xml
11- <PackageReference Include =" AutoSettingUI.Core" Version = " 1.0.0 " />
11+ <PackageReference Include =" AutoSettingUI.Core" />
1212```
1313
1414## Features
@@ -60,6 +60,7 @@ public class AppSettings
6060| ` [Placeholder] ` | Property | Placeholder text |
6161| ` [Layout] ` | Property | Custom layout settings |
6262| ` [Validation] ` | Property | Custom validation method |
63+ | ` [DisplayOrder] ` | Property | Controls display order |
6364
6465## Related Packages
6566
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Roslyn Incremental Source Generator for **AutoSettingUI** - Generates AOT-compat
88## Installation
99
1010``` xml
11- <PackageReference Include =" AutoSettingUI.Generator" Version = " 1.0.0 " />
11+ <PackageReference Include =" AutoSettingUI.Generator" />
1212```
1313
1414## What It Does
Original file line number Diff line number Diff line change 2424 </PropertyGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Avalonia" Version =" [ 11.0.0,12.0.0) " />
28- <PackageReference Include =" Avalonia.Controls.ColorPicker" Version =" [ 11.0.0,12.0.0) " />
29- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" [ 11.0.0,12.0.0) " />
27+ <PackageReference Include =" Avalonia" Version =" 11.0.0" />
28+ <PackageReference Include =" Avalonia.Controls.ColorPicker" Version =" 11.0.0" />
29+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.0.0" />
3030 <PackageReference Include =" MinVer" Version =" 8.0.0-alpha.1" >
3131 <PrivateAssets >all</PrivateAssets >
3232 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Avalonia UI implementation for **AutoSettingUI** - Declarative settings UI contr
88## Installation
99
1010``` xml
11- <PackageReference Include =" AutoSettingUI.Avalonia" Version = " 1.0.0 " />
11+ <PackageReference Include =" AutoSettingUI.Avalonia" />
1212```
1313
1414## Quick Start
Original file line number Diff line number Diff line change 2424 </PropertyGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Avalonia" Version =" [ 11.1.1,12.0.0) " />
28- <PackageReference Include =" Avalonia.Controls.ColorPicker" Version =" [ 11.1.1,12.0.0) " />
27+ <PackageReference Include =" Avalonia" Version =" 11.1.1" />
28+ <PackageReference Include =" Avalonia.Controls.ColorPicker" Version =" 11.1.1" />
2929 <PackageReference Include =" Irihi.Ursa" Version =" 1.13.0" />
3030 <PackageReference Include =" MinVer" Version =" 8.0.0-alpha.1" >
3131 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Ursa-themed Avalonia UI implementation for **AutoSettingUI** - Declarative setti
88## Installation
99
1010``` xml
11- <PackageReference Include =" AutoSettingUI.Ursa" Version = " 1.0.0 " />
11+ <PackageReference Include =" AutoSettingUI.Ursa" />
1212```
1313
1414## Quick Start
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WPF implementation for **AutoSettingUI** - Declarative settings UI controls for
88## Installation
99
1010``` xml
11- <PackageReference Include =" AutoSettingUI.WPF" Version = " 1.0.0 " />
11+ <PackageReference Include =" AutoSettingUI.WPF" />
1212```
1313
1414## Quick Start
You can’t perform that action at this time.
0 commit comments