Skip to content

Commit 0c3427f

Browse files
committed
Upgrade the AssemblyCopyright year to 2016 - don't worry about updating the other files as they were updated in master recently
1 parent 69824a9 commit 0c3427f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static class AssemblyInfo
3636
public const string AssemblyProduct = "CefSharp";
3737
public const string AssemblyVersion = "47.0.0";
3838
public const string AssemblyFileVersion = "47.0.0.0";
39-
public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2015";
39+
public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2016";
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)