We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0978bb + 0b0b3c9 commit 17de148Copy full SHA for 17de148
Directory.Build.props
@@ -12,6 +12,6 @@
12
<MSBuildEnableWorkloadResolver>false</MSBuildEnableWorkloadResolver>
13
</PropertyGroup>
14
<PropertyGroup>
15
- <AvaloniaVersion>11.0.0-rc2.2</AvaloniaVersion>
+ <AvaloniaVersion>11.0.0</AvaloniaVersion>
16
17
</Project>
build/SharedVersion.props
@@ -1,7 +1,7 @@
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3
<Product>Avalonia.Controls.TreeDataGrid</Product>
4
- <Version>11.0.0-rc2.2</Version>
+ <Version>11.0.0</Version>
5
<Copyright>Copyright © AvaloniaUI 2022</Copyright>
6
<Authors>Steven Kirk</Authors>
7
<Company>AvaloniaUI</Company>
0 commit comments