提交 c049f16a 编写于 作者: A Alex Maitland

Upgrade to 115.3.13+g749b4d4+chromium-115.0.5790.171 / Chromium 115.0.5790.171

上级 9abdaefe
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\cef.sdk.115.3.11\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.115.3.11\build\cef.sdk.props')" />
<Import Project="..\packages\cef.sdk.115.3.13\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.115.3.13\build\cef.sdk.props')" />
<Import Project="..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" />
<Import Project="..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" />
<Import Project="..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" />
......
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\cef.sdk.115.3.11\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.115.3.11\build\cef.sdk.props')" />
<Import Project="..\packages\cef.sdk.115.3.13\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.115.3.13\build\cef.sdk.props')" />
<Import Project="..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" />
<Import Project="..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" />
<Import Project="..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" />
......
#pragma code_page(65001)
1 VERSIONINFO
FILEVERSION 115,3,110
PRODUCTVERSION 115,3,110
FILEVERSION 115,3,130
PRODUCTVERSION 115,3,130
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
......@@ -18,10 +18,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "CefSharp.BrowserSubprocess.Core"
VALUE "FileVersion", "115.3.110"
VALUE "FileVersion", "115.3.130"
VALUE "LegalCopyright", "Copyright © 2023 The CefSharp Authors"
VALUE "ProductName", "CefSharp"
VALUE "ProductVersion", "115.3.110"
VALUE "ProductVersion", "115.3.130"
END
END
BLOCK "VarFileInfo"
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cef.sdk" version="115.3.11" targetFramework="native" />
<package id="cef.sdk" version="115.3.13" targetFramework="native" />
<package id="Microsoft.Build.Tasks.Git" version="1.0.0" targetFramework="native" developmentDependency="true" />
<package id="Microsoft.SourceLink.Common" version="1.0.0" targetFramework="native" developmentDependency="true" />
<package id="Microsoft.SourceLink.GitHub" version="1.0.0" targetFramework="native" developmentDependency="true" />
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cef.sdk" version="115.3.11" targetFramework="netcoreapp3.1" />
<package id="cef.sdk" version="115.3.13" targetFramework="netcoreapp3.1" />
<package id="Microsoft.Build.Tasks.Git" version="1.0.0" targetFramework="native" developmentDependency="true" />
<package id="Microsoft.SourceLink.Common" version="1.0.0" targetFramework="native" developmentDependency="true" />
<package id="Microsoft.SourceLink.GitHub" version="1.0.0" targetFramework="native" developmentDependency="true" />
......
......@@ -8,7 +8,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="115.3.110.0" name="CefSharp.BrowserSubprocess.app" />
<assemblyIdentity version="115.3.130.0" name="CefSharp.BrowserSubprocess.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
......
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\cef.sdk.115.3.11\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.115.3.11\build\cef.sdk.props')" />
<Import Project="..\packages\cef.sdk.115.3.13\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.115.3.13\build\cef.sdk.props')" />
<Import Project="..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" />
<Import Project="..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" />
<Import Project="..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" />
......
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\cef.sdk.115.3.11\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.115.3.11\build\cef.sdk.props')" />
<Import Project="..\packages\cef.sdk.115.3.13\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.115.3.13\build\cef.sdk.props')" />
<Import Project="..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" />
<Import Project="..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" />
<Import Project="..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" />
......
#pragma code_page(65001)
1 VERSIONINFO
FILEVERSION 115,3,110
PRODUCTVERSION 115,3,110
FILEVERSION 115,3,130
PRODUCTVERSION 115,3,130
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
......@@ -18,10 +18,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "CefSharp.Core"
VALUE "FileVersion", "115.3.110"
VALUE "FileVersion", "115.3.130"
VALUE "LegalCopyright", "Copyright © 2023 The CefSharp Authors"
VALUE "ProductName", "CefSharp"
VALUE "ProductVersion", "115.3.110"
VALUE "ProductVersion", "115.3.130"
END
END
BLOCK "VarFileInfo"
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cef.sdk" version="115.3.11" targetFramework="native" />
<package id="cef.sdk" version="115.3.13" targetFramework="native" />
<package id="Microsoft.Build.Tasks.Git" version="1.0.0" targetFramework="native" developmentDependency="true" />
<package id="Microsoft.SourceLink.Common" version="1.0.0" targetFramework="native" developmentDependency="true" />
<package id="Microsoft.SourceLink.GitHub" version="1.0.0" targetFramework="native" developmentDependency="true" />
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="cef.sdk" version="115.3.11" targetFramework="netcoreapp3.1" />
<package id="cef.sdk" version="115.3.13" targetFramework="netcoreapp3.1" />
<package id="Microsoft.Build.Tasks.Git" version="1.0.0" targetFramework="native" developmentDependency="true" />
<package id="Microsoft.SourceLink.Common" version="1.0.0" targetFramework="native" developmentDependency="true" />
<package id="Microsoft.SourceLink.GitHub" version="1.0.0" targetFramework="native" developmentDependency="true" />
......
......@@ -23,7 +23,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.13" />
</ItemGroup>
<ItemGroup>
<Compile Remove="bin.netcore\**" />
......
......@@ -39,7 +39,7 @@
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.netcore.csproj" />
<ProjectReference Include="..\CefSharp.OffScreen\CefSharp.OffScreen.netcore.csproj" />
<ProjectReference Include="..\CefSharp\CefSharp.netcore.csproj" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.13" />
</ItemGroup>
<ItemGroup>
......
......@@ -7,7 +7,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="115.3.110.0" name="CefSharp.OffScreen.Example.app" />
<assemblyIdentity version="115.3.130.0" name="CefSharp.OffScreen.Example.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
......
......@@ -35,7 +35,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.13" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Moq" Version="4.13.0" />
......
......@@ -34,7 +34,7 @@
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.netcore.csproj" />
<ProjectReference Include="..\CefSharp.Wpf\CefSharp.Wpf.netcore.csproj" />
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.netcore.csproj" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.13" />
</ItemGroup>
<ItemGroup>
......
......@@ -32,7 +32,7 @@
<ProjectReference Include="..\CefSharp\CefSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.13" />
</ItemGroup>
<ItemGroup>
<Compile Remove="bin.netcore\**" />
......
......@@ -39,7 +39,7 @@
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.netcore.csproj" />
<ProjectReference Include="..\CefSharp.WinForms\CefSharp.WinForms.netcore.csproj" />
<ProjectReference Include="..\CefSharp\CefSharp.netcore.csproj" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.13" />
</ItemGroup>
<ItemGroup>
......
......@@ -8,7 +8,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="115.3.110.0" name="CefSharp.WinForms.Example.app" />
<assemblyIdentity version="115.3.130.0" name="CefSharp.WinForms.Example.app" />
<dependency>
<dependentAssembly>
......
......@@ -31,7 +31,7 @@
<Folder Include="Assets\Images\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.13" />
<PackageReference Include="MaterialDesignThemes" Version="4.8.0" />
</ItemGroup>
<ItemGroup>
......
......@@ -40,7 +40,7 @@
<ProjectReference Include="..\CefSharp.Example\CefSharp.Example.netcore.csproj" />
<ProjectReference Include="..\CefSharp.Wpf\CefSharp.Wpf.netcore.csproj" />
<ProjectReference Include="..\CefSharp\CefSharp.netcore.csproj" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime" Version="115.3.13" />
<PackageReference Include="System.Runtime.InteropServices.WindowsRuntime" Version="4.3.0" />
<PackageReference Include="MaterialDesignThemes" Version="4.8.0" />
</ItemGroup>
......
......@@ -7,7 +7,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="115.3.110.0" name="CefSharp.Wpf.Example.app" />
<assemblyIdentity version="115.3.130.0" name="CefSharp.Wpf.Example.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
......
......@@ -31,7 +31,7 @@
<DocumentationSource sourceFile="CefSharp.WinForms\CefSharp.WinForms.csproj" />
<DocumentationSource sourceFile="CefSharp.Wpf\CefSharp.Wpf.csproj" />
</DocumentationSources>
<HelpFileVersion>115.3.110</HelpFileVersion>
<HelpFileVersion>115.3.130</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<SyntaxFilters>C#, Managed C++</SyntaxFilters>
......@@ -59,7 +59,7 @@
<Filter entryType="Namespace" fullName="CefSharp.Wpf.Internals" isExposed="False" xmlns="" />
</ApiFilter>
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
<HeaderText>Version 115.3.110</HeaderText>
<HeaderText>Version 115.3.130</HeaderText>
<CopyrightHref>https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE</CopyrightHref>
<NamespaceSummaries>
<NamespaceSummaryItem name="CefSharp" isDocumented="True">Interfaces, enums, structs and classes that make up the core API interface</NamespaceSummaryItem>
......
......@@ -26,8 +26,8 @@ namespace CefSharp
public const bool ComVisible = false;
public const string AssemblyCompany = "The CefSharp Authors";
public const string AssemblyProduct = "CefSharp";
public const string AssemblyVersion = "115.3.110";
public const string AssemblyFileVersion = "115.3.110.0";
public const string AssemblyVersion = "115.3.130";
public const string AssemblyFileVersion = "115.3.130.0";
public const string AssemblyCopyright = "Copyright © 2023 The CefSharp Authors";
public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey;
public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey;
......
......@@ -20,7 +20,7 @@
<!-- Add the codebase section if missing. -->
<codeBase xdt:Transform="InsertIfMissing"/>
<!-- Ensure the codeBase version and href are set to the correct values. -->
<codeBase version="115.3.110.0" href="x64/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
<codeBase version="115.3.130.0" href="x64/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -20,7 +20,7 @@
<!-- Add the codebase section if missing. -->
<codeBase xdt:Transform="InsertIfMissing"/>
<!-- Ensure the codeBase version and href are set to the correct values. -->
<codeBase version="115.3.110.0" href="x86/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
<codeBase version="115.3.130.0" href="x86/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
......
......@@ -143,16 +143,16 @@
<Choose>
<When Condition="'$(ManagePackageVersionsCentrally)' == 'true'">
<ItemGroup>
<PackageReference Include="chromiumembeddedframework.runtime.win-x64" VersionOverride="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x86" VersionOverride="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime.win-arm64" VersionOverride="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x64" VersionOverride="115.3.13" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x86" VersionOverride="115.3.13" />
<PackageReference Include="chromiumembeddedframework.runtime.win-arm64" VersionOverride="115.3.13" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="chromiumembeddedframework.runtime.win-x64" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x86" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime.win-arm64" Version="115.3.11" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x64" Version="115.3.13" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x86" Version="115.3.13" />
<PackageReference Include="chromiumembeddedframework.runtime.win-arm64" Version="115.3.13" />
</ItemGroup>
</Otherwise>
</Choose>
......
......@@ -3,7 +3,7 @@
param(
[Parameter(Position = 1)]
[string] $CefVersion = "115.3.11",
[string] $CefVersion = "115.3.13",
[Parameter(Position = 2)]
[string] $CefSharpVersion = ""
)
......
version: 115.3.110-RCI{build}
version: 115.3.130-RCI{build}
clone_depth: 10
......
......@@ -5,9 +5,9 @@ param(
[Parameter(Position = 0)]
[string] $Target = "vs2019",
[Parameter(Position = 1)]
[string] $Version = "115.3.110",
[string] $Version = "115.3.130",
[Parameter(Position = 2)]
[string] $AssemblyVersion = "115.3.110",
[string] $AssemblyVersion = "115.3.130",
[Parameter(Position = 3)]
[ValidateSet("NetFramework", "NetCore", "NetFramework452", "NetCore31")]
[string] $TargetFramework = "NetFramework",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册