Skip to content

Commit

Permalink
Rename Offscreen in AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Nov 18, 2014
1 parent 4ba99d2 commit f3f9fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CefSharp.OffScreen.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("CefSharp.Offscreen.Example")]
[assembly: AssemblyTitle("CefSharp.OffScreen.Example")]
[assembly: AssemblyCompany(AssemblyInfo.AssemblyCompany)]
[assembly: AssemblyProduct(AssemblyInfo.AssemblyProduct)]
[assembly: AssemblyCopyright(AssemblyInfo.AssemblyCopyright)]
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.OffScreen/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("CefSharp.Offscreen")]
[assembly: AssemblyTitle("CefSharp.OffScreen")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
Expand Down

0 comments on commit f3f9fd2

Please sign in to comment.