diff --git a/CefSharp.BrowserSubprocess.Core/Resource.rc b/CefSharp.BrowserSubprocess.Core/Resource.rc index 787172e60d..74368860d4 100644 --- a/CefSharp.BrowserSubprocess.Core/Resource.rc +++ b/CefSharp.BrowserSubprocess.Core/Resource.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO - FILEVERSION 73.0.0 - PRODUCTVERSION 73.0.0 + FILEVERSION 74.1.130 + PRODUCTVERSION 74.1.130 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -16,10 +16,10 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "CefSharp.BrowserSubprocess.Core" - VALUE "FileVersion", "73.0.0" + VALUE "FileVersion", "74.1.130" VALUE "LegalCopyright", "Copyright © 2019 The CefSharp Authors" VALUE "ProductName", "CefSharp" - VALUE "ProductVersion", "73.0.0" + VALUE "ProductVersion", "74.1.130" END END BLOCK "VarFileInfo" diff --git a/CefSharp.BrowserSubprocess/app.manifest b/CefSharp.BrowserSubprocess/app.manifest index 87cd9e4f0a..89999a1c34 100644 --- a/CefSharp.BrowserSubprocess/app.manifest +++ b/CefSharp.BrowserSubprocess/app.manifest @@ -8,7 +8,7 @@ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - + diff --git a/CefSharp.Core/Resource.rc b/CefSharp.Core/Resource.rc index 51eb0ca176..5a22c831e8 100644 --- a/CefSharp.Core/Resource.rc +++ b/CefSharp.Core/Resource.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO - FILEVERSION 73.0.0 - PRODUCTVERSION 73.0.0 + FILEVERSION 74.1.130 + PRODUCTVERSION 74.1.130 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -16,10 +16,10 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "CefSharp.Core" - VALUE "FileVersion", "73.0.0" + VALUE "FileVersion", "74.1.130" VALUE "LegalCopyright", "Copyright © 2019 The CefSharp Authors" VALUE "ProductName", "CefSharp" - VALUE "ProductVersion", "73.0.0" + VALUE "ProductVersion", "74.1.130" END END BLOCK "VarFileInfo" diff --git a/CefSharp.OffScreen.Example/app.manifest b/CefSharp.OffScreen.Example/app.manifest index 3cbc19ae97..3fae1d99c6 100644 --- a/CefSharp.OffScreen.Example/app.manifest +++ b/CefSharp.OffScreen.Example/app.manifest @@ -7,7 +7,7 @@ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - + diff --git a/CefSharp.WinForms.Example/app.manifest b/CefSharp.WinForms.Example/app.manifest index a48244d3ad..c492c09432 100644 --- a/CefSharp.WinForms.Example/app.manifest +++ b/CefSharp.WinForms.Example/app.manifest @@ -8,7 +8,7 @@ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - + diff --git a/CefSharp.Wpf.Example/app.manifest b/CefSharp.Wpf.Example/app.manifest index 073d6c3d16..408bb13a74 100644 --- a/CefSharp.Wpf.Example/app.manifest +++ b/CefSharp.Wpf.Example/app.manifest @@ -7,7 +7,7 @@ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - + diff --git a/CefSharp.shfbproj b/CefSharp.shfbproj index 1dd86b6cf2..cd459011ca 100644 --- a/CefSharp.shfbproj +++ b/CefSharp.shfbproj @@ -31,7 +31,7 @@ - 73.0.0 + 74.1.130 2 False C#, Managed C++ @@ -57,7 +57,7 @@ InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable - Version 73.0.0 + Version 74.1.130 https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE Interfaces, enums, structs and classes that make up the core API interface diff --git a/CefSharp/Properties/AssemblyInfo.cs b/CefSharp/Properties/AssemblyInfo.cs index 24a227ad33..7b322b8127 100644 --- a/CefSharp/Properties/AssemblyInfo.cs +++ b/CefSharp/Properties/AssemblyInfo.cs @@ -34,8 +34,8 @@ public static class AssemblyInfo public const bool ComVisible = false; public const string AssemblyCompany = "The CefSharp Authors"; public const string AssemblyProduct = "CefSharp"; - public const string AssemblyVersion = "73.0.0"; - public const string AssemblyFileVersion = "73.0.0.0"; + public const string AssemblyVersion = "74.1.130"; + public const string AssemblyFileVersion = "74.1.130.0"; public const string AssemblyCopyright = "Copyright © 2019 The CefSharp Authors"; public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey; public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey; diff --git a/appveyor.yml b/appveyor.yml index aa3dbadc87..e394b29f80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ image: Visual Studio 2015 -version: 73.1.120-CI{build} +version: 74.1.130-CI{build} clone_depth: 10 diff --git a/build.ps1 b/build.ps1 index 2cb33449a8..7576b60fc7 100644 --- a/build.ps1 +++ b/build.ps1 @@ -3,9 +3,9 @@ [Parameter(Position = 0)] [string] $Target = "vs2015", [Parameter(Position = 1)] - [string] $Version = "73.1.120", + [string] $Version = "74.1.130", [Parameter(Position = 2)] - [string] $AssemblyVersion = "73.1.120" + [string] $AssemblyVersion = "74.1.130" ) $WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition