Skip to content

Commit

Permalink
Forms update
Browse files Browse the repository at this point in the history
  • Loading branch information
philstopford committed May 30, 2020
1 parent a3462a1 commit 1b5086f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Common/Variance/Variance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.5.1" />
<PackageReference Include="Eto.Forms" Version="2.5.2" />
<PackageReference Include="MailKit" Version="2.6.0" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion Eto/Resources/resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.5.1" />
<PackageReference Include="Eto.Forms" Version="2.5.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Eto/Variance.Gtk/Variance.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.1" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.2" />
<PackageReference Include="Eto.Veldrid.Gtk" Version="0.1.0-CI.91052407" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.1" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.2" />
<PackageReference Include="Eto.Veldrid.Mac64" Version="0.1.0-CI.91052407" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Eto.Platform.Wpf" Version="2.5.1" />
<PackageReference Include="Eto.Platform.Wpf" Version="2.5.2" />
<PackageReference Include="Eto.Veldrid.Wpf" Version="0.1.0-CI.91052407" />
</ItemGroup>

Expand Down

0 comments on commit 1b5086f

Please sign in to comment.