Skip to content

Commit

Permalink
Update Avalonia Property Grid to 11.1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent db6ee1d commit f3ac5d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/TEdit.Terraria/TEdit.Terraria.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="bodong.PropertyModels" Version="11.1.1.1" />
<PackageReference Include="bodong.PropertyModels" Version="11.1.4.1" />
<PackageReference Include="ReactiveUI" Version="20.1.63" />
<PackageReference Include="ReactiveUI.Fody" Version="19.5.41" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/TEdit5/TEdit5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.4" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.4" />
<PackageReference Include="bodong.Avalonia.PropertyGrid" Version="11.1.1.1" />
<PackageReference Include="bodong.PropertyModels" Version="11.1.1.1" />
<PackageReference Include="bodong.Avalonia.PropertyGrid" Version="11.1.4.1" />
<PackageReference Include="bodong.PropertyModels" Version="11.1.4.1" />
<PackageReference Include="Projektanker.Icons.Avalonia.MaterialDesign" Version="9.4.1" />

<PackageReference Include="ReactiveUI" Version="20.1.63" />
Expand Down

0 comments on commit f3ac5d2

Please sign in to comment.