Skip to content

Commit

Permalink
Update CI build to 45
Browse files Browse the repository at this point in the history
Update another 43 reference to 43 in Home.html
  • Loading branch information
amaitland committed Sep 22, 2015
1 parent 86c3fc6 commit 78dbdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CefSharp.Example/Resources/Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h3>State-of-the-art HTML5 and Javascript support</h3>
</p>
<h3>Support for both x86 and x64</h3>
<p>
Chromium 43 supports both x86 and x64, and so do we as of CefSharp 43.0.0 For the time being, it does not
Chromium 45 supports both x86 and x64, and so do we as of CefSharp 45.0.0 For the time being, it does not
"auto-detect" the platform being used (since this is quite complex), so you have to choose either one for
your project. This practically means that you will have to compile &amp; package separate
binaries/installers of your app for x86 and x64 respectively if you want/need to support both of them.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
VisualStudioVersion: 11.0

version: 43.0.0-CI{build}
version: 45.0.0-CI{build}

shallow_clone: true

Expand Down

0 comments on commit 78dbdcd

Please sign in to comment.