Skip to content

Commit

Permalink
hotfix rc2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kekekeks committed Jul 2, 2023
1 parent 29cddac commit e44454e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/SharedVersion.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Avalonia</Product>
<Version>11.0.0-rc2.1</Version>
<Version>11.0.0-rc2.2</Version>
<Authors>Avalonia Team</Authors>
<Copyright>Copyright 2013-$([System.DateTime]::Now.ToString(`yyyy`)) &#169; The AvaloniaUI Project</Copyright>
<PackageProjectUrl>https://avaloniaui.net</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion packages/Avalonia/Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia.BuildServices" Version="0.0.27" />
<PackageReference Include="Avalonia.BuildServices" Version="0.0.28" />
<ProjectReference Include="../../src/Avalonia.Remote.Protocol/Avalonia.Remote.Protocol.csproj" />
<ProjectReference Include="../../src/Avalonia.Build.Tasks/Avalonia.Build.Tasks.csproj">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e44454e

Please sign in to comment.