Skip to content

Commit

Permalink
Forms and docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
philstopford committed Jun 20, 2020
1 parent 4a519c1 commit bb0344e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 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.3-ci-20200607.2" />
<PackageReference Include="Eto.Forms" Version="2.5.3-ci-20200619.3" />
<PackageReference Include="MailKit" Version="2.7.0" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.7.0" />
Expand Down
3 changes: 2 additions & 1 deletion Documentation/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,10 @@ <h1 class="western">Variance Release History</h1>

<blockquote>
<a name="releases_425"></a>
<h2 class="western">New to 4.2.5 (Jun 07 2020)</h2>
<h2 class="western">New to 4.2.5 (Jun 20 2020)</h2>
<blockquote>
<ul>
<li>Workaround for crash when using Vulkan on an intel GPU.</li>
<li>Gtk fix-up.</li>
</ul>
</blockquote>
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.3-ci-20200607.2" />
<PackageReference Include="Eto.Forms" Version="2.5.3-ci-20200619.3" />
</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.3-ci-20200607.2" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.3-ci-20200619.3" />
<PackageReference Include="Eto.Veldrid.Gtk" Version="0.1.0" />
</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.3-ci-20200607.2" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.3-ci-20200619.3" />
<PackageReference Include="Eto.Veldrid.Mac64" Version="0.1.0" />
</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.3-ci-20200607.2" />
<PackageReference Include="Eto.Platform.Wpf" Version="2.5.3-ci-20200619.3" />
<PackageReference Include="Eto.Veldrid.Wpf" Version="0.1.0" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Series 4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changelog for Variance

4.2.5

- Workaround for intel/Vulkan crashes in Veldrid.
- Forms update to resolve Gtk issue.

4.2.4
Expand Down

0 comments on commit bb0344e

Please sign in to comment.