Skip to content

Commit

Permalink
Upgrade version numbers to 89.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Mar 12, 2021
1 parent 5780aef commit 73e2192
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions CefSharp.BrowserSubprocess.Core/Resource.rc
@@ -1,8 +1,8 @@
#pragma code_page(65001)

1 VERSIONINFO
FILEVERSION 88,2,10
PRODUCTVERSION 88,2,10
FILEVERSION 89,0,60
PRODUCTVERSION 89,0,60
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -18,10 +18,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "CefSharp.BrowserSubprocess.Core"
VALUE "FileVersion", "88.2.10"
VALUE "FileVersion", "89.0.60"
VALUE "LegalCopyright", "Copyright © 2021 The CefSharp Authors"
VALUE "ProductName", "CefSharp"
VALUE "ProductVersion", "88.2.10"
VALUE "ProductVersion", "89.0.60"
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="88.2.10.0" name="CefSharp.BrowserSubprocess.app" />
<assemblyIdentity version="89.0.60.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.Runtime/Resource.rc
@@ -1,8 +1,8 @@
#pragma code_page(65001)

1 VERSIONINFO
FILEVERSION 88,2,10
PRODUCTVERSION 88,2,10
FILEVERSION 89,0,60
PRODUCTVERSION 89,0,60
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -18,10 +18,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "CefSharp.Core"
VALUE "FileVersion", "88.2.10"
VALUE "FileVersion", "89.0.60"
VALUE "LegalCopyright", "Copyright © 2021 The CefSharp Authors"
VALUE "ProductName", "CefSharp"
VALUE "ProductVersion", "88.2.10"
VALUE "ProductVersion", "89.0.60"
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="88.2.10.0" name="CefSharp.OffScreen.Example.app" />
<assemblyIdentity version="89.0.60.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="88.2.10.0" name="CefSharp.WinForms.Example.app" />
<assemblyIdentity version="89.0.60.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="88.2.10.0" name="CefSharp.Wpf.Example.app" />
<assemblyIdentity version="89.0.60.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.WinForms\CefSharp.WinForms.csproj" />
<DocumentationSource sourceFile="CefSharp.Wpf\CefSharp.Wpf.csproj" />
</DocumentationSources>
<HelpFileVersion>88.2.10</HelpFileVersion>
<HelpFileVersion>89.0.60</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<SyntaxFilters>C#, Managed C++</SyntaxFilters>
Expand Down Expand Up @@ -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 88.2.10</HeaderText>
<HeaderText>Version 89.0.60</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 @@ -26,8 +26,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 = "88.2.10";
public const string AssemblyFileVersion = "88.2.10.0";
public const string AssemblyVersion = "89.0.60";
public const string AssemblyFileVersion = "89.0.60.0";
public const string AssemblyCopyright = "Copyright © 2021 The CefSharp Authors";
public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey;
public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey;
Expand Down
4 changes: 2 additions & 2 deletions NuGet/PackageReference/CefSharp.Common.NETCore.targets
Expand Up @@ -120,8 +120,8 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="chromiumembeddedframework.runtime.win-x64" Version="88.2.9" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x86" Version="88.2.9" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x64" Version="89.0.6" />
<PackageReference Include="chromiumembeddedframework.runtime.win-x86" Version="89.0.6" />
<Content Include="@(CefRuntimeWin32Locales)">
<Link>runtimes\win-x86\native\locales\%(RecursiveDir)%(FileName)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit 73e2192

Please sign in to comment.