Skip to content

Commit

Permalink
Update appveyor.yml to 57.0.0
Browse files Browse the repository at this point in the history
Add appveyor.yml to CefSharp3.sln so it's easier to find and replace the version number
  • Loading branch information
amaitland committed Mar 13, 2017
1 parent bc83d6c commit a86e03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CefSharp3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.Wpf.Example", "Cef
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{47D0DC8C-D707-4D8A-A578-7737AA9CE79B}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CefSharp.Native.props = CefSharp.Native.props
CefSharp.props = CefSharp.props
CONTRIBUTING.md = CONTRIBUTING.md
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: 12.0

version: 55.0.0-CI{build}
version: 57.0.0-CI{build}

clone_depth: 10

Expand Down

0 comments on commit a86e03b

Please sign in to comment.