Skip to content

Commit

Permalink
Update Eto to 2.8.3 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveLM authored Mar 13, 2024
1 parent 08ed6be commit ccfe790
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Atomic.Gtk/Atomic.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk" Version="2.8.2" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.8.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Atomic.Mac/Atomic.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.macOS" Version="2.8.2" />
<PackageReference Include="Eto.Platform.macOS" Version="2.8.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Atomic.Wpf/Atomic.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Wpf" Version="2.8.2" />
<PackageReference Include="Eto.Platform.Wpf" Version="2.8.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Atomic/Atomic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.8.2" />
<PackageReference Include="Eto.Forms" Version="2.8.3" />
</ItemGroup>

</Project>

0 comments on commit ccfe790

Please sign in to comment.