From 6cc1026156235ae9ec23976dbb9666c1686ac65e Mon Sep 17 00:00:00 2001 From: amaitland Date: Sat, 27 Jul 2019 21:32:33 +1000 Subject: [PATCH] Upgrade version to 75.1.140 --- CefSharp.BrowserSubprocess.Core/Resource.rc | 8 ++++---- CefSharp.BrowserSubprocess/app.manifest | 2 +- CefSharp.Core/Resource.rc | 8 ++++---- CefSharp.OffScreen.Example/app.manifest | 2 +- CefSharp.WinForms.Example/app.manifest | 2 +- CefSharp.Wpf.Example/app.manifest | 2 +- CefSharp.shfbproj | 4 ++-- CefSharp/Properties/AssemblyInfo.cs | 4 ++-- appveyor.yml | 2 +- build.ps1 | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CefSharp.BrowserSubprocess.Core/Resource.rc b/CefSharp.BrowserSubprocess.Core/Resource.rc index c0b4f3a168..4c96eeeff2 100644 --- a/CefSharp.BrowserSubprocess.Core/Resource.rc +++ b/CefSharp.BrowserSubprocess.Core/Resource.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO - FILEVERSION 75.1.40 - PRODUCTVERSION 75.1.40 + FILEVERSION 75.1.140 + PRODUCTVERSION 75.1.140 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -16,10 +16,10 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "CefSharp.BrowserSubprocess.Core" - VALUE "FileVersion", "75.1.40" + VALUE "FileVersion", "75.1.140" VALUE "LegalCopyright", "Copyright © 2019 The CefSharp Authors" VALUE "ProductName", "CefSharp" - VALUE "ProductVersion", "75.1.40" + VALUE "ProductVersion", "75.1.140" END END BLOCK "VarFileInfo" diff --git a/CefSharp.BrowserSubprocess/app.manifest b/CefSharp.BrowserSubprocess/app.manifest index 79305ebf92..c70b83a589 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 e357cb771c..592783ac78 100644 --- a/CefSharp.Core/Resource.rc +++ b/CefSharp.Core/Resource.rc @@ -1,6 +1,6 @@ 1 VERSIONINFO - FILEVERSION 75.1.40 - PRODUCTVERSION 75.1.40 + FILEVERSION 75.1.140 + PRODUCTVERSION 75.1.140 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -16,10 +16,10 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "CefSharp.Core" - VALUE "FileVersion", "75.1.40" + VALUE "FileVersion", "75.1.140" VALUE "LegalCopyright", "Copyright © 2019 The CefSharp Authors" VALUE "ProductName", "CefSharp" - VALUE "ProductVersion", "75.1.40" + VALUE "ProductVersion", "75.1.140" END END BLOCK "VarFileInfo" diff --git a/CefSharp.OffScreen.Example/app.manifest b/CefSharp.OffScreen.Example/app.manifest index 43c6500467..b5f0e69661 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 e2ed6c408c..56b191f5b7 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 59f8f09c4f..df8dbfa951 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 11f18f8252..fd725db66b 100644 --- a/CefSharp.shfbproj +++ b/CefSharp.shfbproj @@ -31,7 +31,7 @@ - 75.1.40 + 75.1.140 2 False C#, Managed C++ @@ -57,7 +57,7 @@ InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable - Version 75.1.40 + Version 75.1.140 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 27f009d2bd..ca9e9fcc4b 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 = "75.1.40"; - public const string AssemblyFileVersion = "75.1.40.0"; + public const string AssemblyVersion = "75.1.140"; + public const string AssemblyFileVersion = "75.1.140.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 eb916844dc..cb9c371c25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ image: Visual Studio 2015 -version: 75.1.40-CI{build} +version: 75.1.140-CI{build} clone_depth: 10 diff --git a/build.ps1 b/build.ps1 index ba3383b030..5483018308 100644 --- a/build.ps1 +++ b/build.ps1 @@ -3,9 +3,9 @@ [Parameter(Position = 0)] [string] $Target = "vs2015", [Parameter(Position = 1)] - [string] $Version = "75.1.40", + [string] $Version = "75.1.140", [Parameter(Position = 2)] - [string] $AssemblyVersion = "75.1.40" + [string] $AssemblyVersion = "75.1.140" ) $WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition