Skip to content

Commit 845cb25

Browse files
committed
I managed to mess things up, so here comes 1.25.7...
1 parent 532437f commit 845cb25

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

CefSharp.Example/Properties/AssemblyInfo.cs

+1-1
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.6.0")]
9+
[assembly: AssemblyVersion("1.25.7.0")]
1010
[assembly: ComVisible(false)]

CefSharp.Test/Properties/AssemblyInfo.cs

+1-1
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.6.0")]
9+
[assembly: AssemblyVersion("1.25.7.0")]
1010
[assembly: ComVisible(false)]

CefSharp.WinForms.Example/Properties/AssemblyInfo.cs

+1-1
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.6.0")]
9+
[assembly: AssemblyVersion("1.25.7.0")]
1010
[assembly: ComVisible(false)]

CefSharp.WinForms.Test/Properties/AssemblyInfo.cs

+1-1
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.6.0")]
9+
[assembly: AssemblyVersion("1.25.7.0")]
1010
[assembly: ComVisible(false)]

CefSharp.WinForms/AssemblyInfo.cpp

+1-1
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.6.0")];
12+
[assembly:AssemblyVersion("1.25.7.0")];
1313
[assembly:ComVisible(false)];
1414
[assembly:CLSCompliant(true)];
1515
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

CefSharp.Wpf.Example/Properties/AssemblyInfo.cs

+1-1
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.6.0")]
9+
[assembly: AssemblyVersion("1.25.7.0")]
1010
[assembly: ComVisible(false)]

CefSharp.Wpf.Test/Properties/AssemblyInfo.cs

+1-1
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.6.0")]
9+
[assembly: AssemblyVersion("1.25.7.0")]
1010
[assembly: ComVisible(false)]

CefSharp.Wpf/AssemblyInfo.cpp

+1-1
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.6.0")];
12+
[assembly:AssemblyVersion("1.25.7.0")];
1313
[assembly:ComVisible(false)];
1414
[assembly:CLSCompliant(true)];
1515
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

CefSharp/AssemblyInfo.cpp

+1-1
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.6.0")];
14+
[assembly:AssemblyVersion("1.25.7.0")];
1515
[assembly:ComVisible(false)];
1616
[assembly:CLSCompliant(true)];
1717
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

NuGet/pack.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nuget pack CefSharp.Wpf.nuspec -Version 1.25.6 -NoPackageAnalysis
1+
nuget pack CefSharp.Wpf.nuspec -Version 1.25.7 -NoPackageAnalysis

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ help by searching the archive to that same Google Group for previous questions.
1818

1919
Binary releases contain everything needed to embed Chromium in your CLR application.
2020

21-
* **Stable** (requires .NET 4): CefSharp-1.25.6 - [binaries](https://github.com/cefsharp/CefSharp/releases/download/v1.25.6/CefSharp-v1.25.6-binaries.zip),
22-
[source](https://github.com/cefsharp/CefSharp/archive/v1.25.6.zip). Based on Chromium 25.0.1364.152
21+
* **Stable** (requires .NET 4): CefSharp-1.25.7 - [binaries](https://github.com/cefsharp/CefSharp/releases/download/v1.25.7/CefSharp-v1.25.7-binaries.zip),
22+
[source](https://github.com/cefsharp/CefSharp/archive/v1.25.7.zip). Based on Chromium 25.0.1364.152
2323
* **Stable** (older release, works with .NET 2. Requires [7-Zip](http://www.7-zip.org/) to extract.): [CefSharp-1.25.0](http://sourceforge.net/projects/cefsharp/files/CefSharp-1.25.0.7z/download).
2424
Based on Chromium 25.0.1364.152
2525

0 commit comments

Comments
 (0)