We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0517fe9 commit d1a7121Copy full SHA for d1a7121
2 files changed
README.md
@@ -29,7 +29,7 @@ VariableBox is a UI library for building cross-platform UIs with Avalonia UI.
29
30
- 2025/1/9
31
1. Using a theme pack that is compatible with `Simple`, `Fluent`, and `SemiThemes`.
32
- 2. Package Theme To the Control Package, You do not need another package anymore
+ 2. Package Theme To the Control Package, You do not need another package anymore
33
34
35
## Feature
src/Package.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
<AvaloniaVersion>11.2.1</AvaloniaVersion>
4
- <VariableBoxVersion>0.1.2-beta20250109</VariableBoxVersion>
+ <VariableBoxVersion>0.2.0</VariableBoxVersion>
5
</PropertyGroup>
6
</Project>
0 commit comments