File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
CefSharp.Example/Properties
CefSharp.WinForms.Example/Properties
CefSharp.WinForms.Test/Properties
CefSharp.Wpf.Example/Properties
CefSharp.Wpf.Test/Properties Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff 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 )];
Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff 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 )];
Original file line number Diff line number Diff 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 )];
Original file line number Diff line number Diff 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 ")
2323Chromium 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
2727See [ Downloads] ( https://sourceforge.net/projects/cefsharp/files/ ) page for older releases. Please note that the latest Stable
2828release is the only version officially supported; it's very unlikely that we will fix bugs in older releases.
You can’t perform that action at this time.
0 commit comments