Skip to content

Commit

Permalink
Merge pull request #191 from AvaloniaUI/update-to-rc2.2
Browse files Browse the repository at this point in the history
Update to rc2.2
  • Loading branch information
Takoooooo authored Jul 3, 2023
2 parents 10794f5 + 60c65b0 commit f0978bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<MSBuildEnableWorkloadResolver>false</MSBuildEnableWorkloadResolver>
</PropertyGroup>
<PropertyGroup>
<AvaloniaVersion>11.0.0-rc1.1</AvaloniaVersion>
<AvaloniaVersion>11.0.0-rc2.2</AvaloniaVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion build/SharedVersion.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Avalonia.Controls.TreeDataGrid</Product>
<Version>11.0.0-rc1.1</Version>
<Version>11.0.0-rc2.2</Version>
<Copyright>Copyright © AvaloniaUI 2022</Copyright>
<Authors>Steven Kirk</Authors>
<Company>AvaloniaUI</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<RootNamespace>Avalonia.Controls.TreeDataGridTests</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0-rc1.1" />
<PackageReference Include="Avalonia.Headless.XUnit" Version="11.0.0-rc1.1" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Headless.XUnit" Version="$(AvaloniaVersion)" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit f0978bb

Please sign in to comment.