Skip to content

Commit

Permalink
Upgrade version numbers to 74.1.130
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Apr 25, 2019
1 parent 8d70f83 commit 5b191c0
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions 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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.BrowserSubprocess/app.manifest
Expand Up @@ -8,7 +8,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<assemblyIdentity version="73.0.0.0" name="CefSharp.BrowserSubprocess.app" />
<assemblyIdentity version="74.1.130.0" name="CefSharp.BrowserSubprocess.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
8 changes: 4 additions & 4 deletions 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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.OffScreen.Example/app.manifest
Expand Up @@ -7,7 +7,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<assemblyIdentity version="73.0.0.0" name="CefSharp.OffScreen.Example.app" />
<assemblyIdentity version="74.1.130.0" name="CefSharp.OffScreen.Example.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.WinForms.Example/app.manifest
Expand Up @@ -8,7 +8,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<assemblyIdentity version="73.0.0.0" name="CefSharp.WinForms.Example.app" />
<assemblyIdentity version="74.1.130.0" name="CefSharp.WinForms.Example.app" />

<dependency>
<dependentAssembly>
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.Wpf.Example/app.manifest
Expand Up @@ -7,7 +7,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<assemblyIdentity version="73.0.0.0" name="CefSharp.Wpf.Example.app" />
<assemblyIdentity version="74.1.130.0" name="CefSharp.Wpf.Example.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
4 changes: 2 additions & 2 deletions CefSharp.shfbproj
Expand Up @@ -31,7 +31,7 @@
<DocumentationSource sourceFile="CefSharp\CefSharp.csproj" />
<DocumentationSource sourceFile="CefSharp.Core\CefSharp.Core.vcxproj" />
</DocumentationSources>
<HelpFileVersion>73.0.0</HelpFileVersion>
<HelpFileVersion>74.1.130</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<SyntaxFilters>C#, Managed C++</SyntaxFilters>
Expand All @@ -57,7 +57,7 @@
<Filter entryType="Namespace" fullName="CefSharp.Internals" isExposed="False" xmlns="" />
</ApiFilter>
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
<HeaderText>Version 73.0.0</HeaderText>
<HeaderText>Version 74.1.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>
Expand Down
4 changes: 2 additions & 2 deletions CefSharp/Properties/AssemblyInfo.cs
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Expand Up @@ -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
Expand Down

0 comments on commit 5b191c0

Please sign in to comment.