Skip to content

Commit

Permalink
1.25.2 coming up.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Jun 17, 2013
1 parent 96d3704 commit a6db06d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 deletions.
3 changes: 1 addition & 2 deletions CefSharp.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("CefSharp.Example")]
[assembly: AssemblyCompany("Anthony Taranto")]
[assembly: AssemblyProduct("CefSharp.Example")]
[assembly: AssemblyCopyright("Copyright © 2013")]

[assembly: AssemblyVersion("1.25.0.*")]
[assembly: AssemblyVersion("1.25.2.*")]
[assembly: ComVisible(false)]
3 changes: 1 addition & 2 deletions CefSharp.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("CefSharp.Test")]
[assembly: AssemblyCompany("Anthony Taranto")]
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © 2013")]

[assembly: AssemblyVersion("1.25.0.*")]
[assembly: AssemblyVersion("1.25.2.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.WinForms.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © Anthony Taranto 2013")]

[assembly: AssemblyVersion("1.25.0.*")]
[assembly: AssemblyVersion("1.25.2.*")]
[assembly: ComVisible(false)]
3 changes: 1 addition & 2 deletions CefSharp.WinForms.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("CefSharp.WinForms.Test")]
[assembly: AssemblyCompany("Anthony Taranto")]
[assembly: AssemblyProduct("CefSharp.Example")]
[assembly: AssemblyCopyright("Copyright © 2013")]

[assembly: AssemblyVersion("1.25.0.*")]
[assembly: AssemblyVersion("1.25.2.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.WinForms/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyProduct("CefSharp")];
[assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2013")];

[assembly:AssemblyVersion("1.25.0.*")];
[assembly:AssemblyVersion("1.25.2.*")];
[assembly:ComVisible(false)];
[assembly:CLSCompliant(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
2 changes: 1 addition & 1 deletion CefSharp.Wpf.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © Anthony Taranto 2013")]

[assembly: AssemblyVersion("1.25.0.*")]
[assembly: AssemblyVersion("1.25.2.*")]
[assembly: ComVisible(false)]
3 changes: 1 addition & 2 deletions CefSharp.Wpf.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("CefSharp.Wpf.Test")]
[assembly: AssemblyCompany("Anthony Taranto")]
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © 2013")]

[assembly: AssemblyVersion("1.25.0.*")]
[assembly: AssemblyVersion("1.25.2.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.Wpf/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyProduct("CefSharp")];
[assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2013")];

[assembly:AssemblyVersion("1.25.0.*")];
[assembly:AssemblyVersion("1.25.2.*")];
[assembly:ComVisible(false)];
[assembly:CLSCompliant(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
2 changes: 1 addition & 1 deletion CefSharp/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyProduct("CefSharp")];
[assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2013")];

[assembly:AssemblyVersion("1.25.0.*")];
[assembly:AssemblyVersion("1.25.2.*")];
[assembly:ComVisible(false)];
[assembly:CLSCompliant(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

0 comments on commit a6db06d

Please sign in to comment.