Skip to content

Commit

Permalink
Viewer: Updated Avalonia to 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Jul 28, 2023
1 parent 822e40f commit 3478511
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## next ##

* Viewer: Updated Avalonia to 11.0.1
* Viewer: Updated Markdown.Avalonia.Tight to 11.0.0

## v0.14.0 ##
Expand Down
8 changes: 4 additions & 4 deletions src/Mzinga.Viewer/Mzinga.Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.0" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.0" Condition="'$(Configuration)' == 'Debug'" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0" />
<PackageReference Include="Avalonia" Version="11.0.1" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.1" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.1" Condition="'$(Configuration)' == 'Debug'" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.1" />
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
<PackageReference Include="Markdown.Avalonia.Tight" Version="11.0.0" />
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
Expand Down

0 comments on commit 3478511

Please sign in to comment.