Skip to content

Commit ec69a32

Browse files
committed
1.25.5 coming up.
1 parent 8f78977 commit ec69a32

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

CefSharp.Example/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyProduct("CefSharp.Example")]
77
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")]
88

9-
[assembly: AssemblyVersion("1.25.4.*")]
9+
[assembly: AssemblyVersion("1.25.5.0")]
1010
[assembly: ComVisible(false)]

CefSharp.Test/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyProduct("CefSharp")]
77
[assembly:AssemblyCopyright("Copyright © The CefSharp Project 2013")]
88

9-
[assembly: AssemblyVersion("1.25.4.*")]
9+
[assembly: AssemblyVersion("1.25.5.0")]
1010
[assembly: ComVisible(false)]

CefSharp.WinForms.Example/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyProduct("CefSharp")]
77
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")]
88

9-
[assembly: AssemblyVersion("1.25.4.*")]
9+
[assembly: AssemblyVersion("1.25.5.0")]
1010
[assembly: ComVisible(false)]

CefSharp.WinForms.Test/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyProduct("CefSharp.Example")]
77
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")]
88

9-
[assembly: AssemblyVersion("1.25.4.*")]
9+
[assembly: AssemblyVersion("1.25.5.0")]
1010
[assembly: ComVisible(false)]

CefSharp.WinForms/AssemblyInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace System::Security::Permissions;
99
[assembly:AssemblyProduct("CefSharp")];
1010
[assembly:AssemblyCopyright("Copyright © The CefSharp Project 2013")]
1111

12-
[assembly:AssemblyVersion("1.25.4.*")];
12+
[assembly:AssemblyVersion("1.25.5.0")];
1313
[assembly:ComVisible(false)];
1414
[assembly:CLSCompliant(true)];
1515
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

CefSharp.Wpf.Example/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyProduct("CefSharp")]
77
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")]
88

9-
[assembly: AssemblyVersion("1.25.4.*")]
9+
[assembly: AssemblyVersion("1.25.5.0")]
1010
[assembly: ComVisible(false)]

CefSharp.Wpf.Test/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyProduct("CefSharp")]
77
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")]
88

9-
[assembly: AssemblyVersion("1.25.4.*")]
9+
[assembly: AssemblyVersion("1.25.5.0")]
1010
[assembly: ComVisible(false)]

CefSharp.Wpf/AssemblyInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace System::Security::Permissions;
99
[assembly:AssemblyProduct("CefSharp")];
1010
[assembly:AssemblyCopyright("Copyright © The CefSharp Project 2013")]
1111

12-
[assembly:AssemblyVersion("1.25.4.*")];
12+
[assembly:AssemblyVersion("1.25.5.0")];
1313
[assembly:ComVisible(false)];
1414
[assembly:CLSCompliant(true)];
1515
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

CefSharp/AssemblyInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using namespace System::Security::Permissions;
1111
[assembly:AssemblyProduct("CefSharp")];
1212
[assembly:AssemblyCopyright("Copyright (c) The CefSharp Project 2013")];
1313

14-
[assembly:AssemblyVersion("1.25.4.0")];
14+
[assembly:AssemblyVersion("1.25.5.0")];
1515
[assembly:ComVisible(false)];
1616
[assembly:CLSCompliant(true)];
1717
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

0 commit comments

Comments
 (0)