Skip to content

Commit ee0749a

Browse files
authored
Merge branch 'master' into master
2 parents 05906a4 + 7436d64 commit ee0749a

File tree

14 files changed

+59
-20
lines changed

14 files changed

+59
-20
lines changed

.github/no-response.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Configuration for probot-no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an Issue is closed for lack of response
4+
daysUntilClose: 14
5+
6+
# Label requiring a response
7+
responseRequiredLabel: more-details-needed-from-op
8+
9+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
10+
closeComment: >
11+
This issue has been automatically closed because there has been no response
12+
to our request for more information from the original author. With only the
13+
information that is currently in the issue, we don't have enough information
14+
to take action. Please reach out if you have or find the answers we need so
15+
that we can investigate further.

.github/support.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Configuration for Support Requests - https://github.com/dessant/support-requests
2+
3+
# Label used to mark issues as support requests
4+
supportLabel: support
5+
6+
# Comment to post on issues marked as support requests, `{issue-author}` is an
7+
# optional placeholder. Set to `false` to disable
8+
supportComment: >
9+
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports
10+
and feature requests. However, this issue appears to be a support request.
11+
Please use our support channels to get help with the project.
12+
13+
If you have a question, ask it on [Gitter](https://gitter.im/cefsharp/CefSharp), [StackOverflow](http://stackoverflow.com/questions/tagged/cefsharp) or use [ceforum](http://magpcss.org/ceforum/) (for questions specific to `CEF`).
14+
15+
If you are new to `CefSharp` then we suggest you read https://github.com/cefsharp/CefSharp/wiki/General-Usage
16+
17+
# Close issues marked as support requests
18+
close: true
19+
20+
# Lock issues marked as support requests
21+
lock: false
22+
23+
# Assign `off-topic` as the reason for locking. Set to `false` to disable
24+
setLockReason: false

CefSharp.BrowserSubprocess.Core/CefSharp.BrowserSubprocess.Core.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\cef.sdk.3.3626.1891\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.3.3626.1891\build\cef.sdk.props')" />
3+
<Import Project="..\packages\cef.sdk.3.3626.1895\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.3.3626.1895\build\cef.sdk.props')" />
44
<ItemGroup Label="ProjectConfigurations">
55
<ProjectConfiguration Include="Debug|Win32">
66
<Configuration>Debug</Configuration>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="cef.sdk" version="3.3626.1891" targetFramework="native" />
3+
<package id="cef.sdk" version="3.3626.1895" targetFramework="native" />
44
</packages>

CefSharp.Core/CefSharp.Core.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\cef.sdk.3.3626.1891\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.3.3626.1891\build\cef.sdk.props')" />
3+
<Import Project="..\packages\cef.sdk.3.3626.1895\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.3.3626.1895\build\cef.sdk.props')" />
44
<ItemGroup Label="ProjectConfigurations">
55
<ProjectConfiguration Include="Debug|Win32">
66
<Configuration>Debug</Configuration>

CefSharp.Core/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="cef.sdk" version="3.3626.1891" targetFramework="native" />
3+
<package id="cef.sdk" version="3.3626.1895" targetFramework="native" />
44
</packages>

CefSharp.OffScreen.Example/CefSharp.OffScreen.Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\cef.redist.x86.3.3626.1891\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.3.3626.1891\build\cef.redist.x86.props')" />
4-
<Import Project="..\packages\cef.redist.x64.3.3626.1891\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.3.3626.1891\build\cef.redist.x64.props')" />
3+
<Import Project="..\packages\cef.redist.x86.3.3626.1895\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.3.3626.1895\build\cef.redist.x86.props')" />
4+
<Import Project="..\packages\cef.redist.x64.3.3626.1895\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.3.3626.1895\build\cef.redist.x64.props')" />
55
<Import Project="..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" />
66
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
77
<PropertyGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="cef.redist.x64" version="3.3626.1891" targetFramework="net462" />
4-
<package id="cef.redist.x86" version="3.3626.1891" targetFramework="net462" />
3+
<package id="cef.redist.x64" version="3.3626.1895" targetFramework="net462" />
4+
<package id="cef.redist.x86" version="3.3626.1895" targetFramework="net462" />
55
<package id="Microsoft.Net.Compilers" version="2.9.0" targetFramework="net462" developmentDependency="true" />
66
</packages>

CefSharp.Test/CefSharp.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\cef.redist.x86.3.3626.1891\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.3.3626.1891\build\cef.redist.x86.props')" />
4-
<Import Project="..\packages\cef.redist.x64.3.3626.1891\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.3.3626.1891\build\cef.redist.x64.props')" />
3+
<Import Project="..\packages\cef.redist.x86.3.3626.1895\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.3.3626.1895\build\cef.redist.x86.props')" />
4+
<Import Project="..\packages\cef.redist.x64.3.3626.1895\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.3.3626.1895\build\cef.redist.x64.props')" />
55
<Import Project="..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" />
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

CefSharp.Test/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Castle.Core" version="4.2.1" targetFramework="net452" />
4-
<package id="cef.redist.x64" version="3.3626.1891" targetFramework="net462" />
5-
<package id="cef.redist.x86" version="3.3626.1891" targetFramework="net462" />
4+
<package id="cef.redist.x64" version="3.3626.1895" targetFramework="net462" />
5+
<package id="cef.redist.x86" version="3.3626.1895" targetFramework="net462" />
66
<package id="Moq" version="4.7.142" targetFramework="net452" />
77
<package id="xunit.abstractions" version="2.0.1" targetFramework="net452" />
88
<package id="xunit.assert" version="2.2.0" targetFramework="net452" />

0 commit comments

Comments
 (0)