Skip to content

Commit 85121b2

Browse files
committed
1.25.4 coming up.
1 parent c81513f commit 85121b2

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
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.3.*")]
9+
[assembly: AssemblyVersion("1.25.4.*")]
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.3.*")]
9+
[assembly: AssemblyVersion("1.25.4.*")]
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.3.*")]
9+
[assembly: AssemblyVersion("1.25.4.*")]
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.3.*")]
9+
[assembly: AssemblyVersion("1.25.4.*")]
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.3.*")];
12+
[assembly:AssemblyVersion("1.25.4.*")];
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.3.*")]
9+
[assembly: AssemblyVersion("1.25.4.*")]
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.3.*")]
9+
[assembly: AssemblyVersion("1.25.4.*")]
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.3.*")];
12+
[assembly:AssemblyVersion("1.25.4.*")];
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.3.0")];
14+
[assembly:AssemblyVersion("1.25.4.0")];
1515
[assembly:ComVisible(false)];
1616
[assembly:CLSCompliant(true)];
1717
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Binary releases contain everything needed to embed Chromium in your CLR applicat
2121

2222
**Stable (older)**: [CefSharp-1.25.0](http://sourceforge.net/projects/cefsharp/files/CefSharp-1.25.0.7z/download "Download")
2323
Chromium 25.0.1364.152
24-
**Stable**: CefSharp-1.25.3 - https://github.com/cefsharp/CefSharp/releases/download/v1.25.3/CefSharp-v1.25.3.zip (binaries),
25-
https://github.com/cefsharp/CefSharp/archive/v1.25.3.zip (source)
24+
**Stable**: CefSharp-1.25.4 - https://github.com/cefsharp/CefSharp/releases/download/v1.25.4/CefSharp-v1.25.4.zip (binaries),
25+
https://github.com/cefsharp/CefSharp/archive/v1.25.4.zip (source)
2626

2727
See [Downloads](https://sourceforge.net/projects/cefsharp/files/) page for older releases. Please note that the latest Stable
2828
release is the only version officially supported; it's very unlikely that we will fix bugs in older releases.

0 commit comments

Comments
 (0)