Skip to content

Commit 7941f4d

Browse files
committed
Update AssemblyInfo in preparation for 63.0.2 release
Also updated copyright year. Just as a note it appears I forgot to update the version number of 63.0.1
1 parent e47dd3e commit 7941f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CefSharp/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public static class AssemblyInfo
3434
public const bool ComVisible = false;
3535
public const string AssemblyCompany = "The CefSharp Authors";
3636
public const string AssemblyProduct = "CefSharp";
37-
public const string AssemblyVersion = "63.0.0";
38-
public const string AssemblyFileVersion = "63.0.0.0";
39-
public const string AssemblyCopyright = "Copyright © 2010-2017 The CefSharp Authors";
37+
public const string AssemblyVersion = "63.0.2";
38+
public const string AssemblyFileVersion = "63.0.2.0";
39+
public const string AssemblyCopyright = "Copyright © 2010-2018 The CefSharp Authors";
4040
public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey;
4141
public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey;
4242
public const string CefSharpBrowserSubprocessCoreProject = "CefSharp.BrowserSubprocess.Core, PublicKey=" + PublicKey;

0 commit comments

Comments
 (0)