Skip to content

Commit

Permalink
I managed to mess things up, so here comes 1.25.7...
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Feb 5, 2014
1 parent 532437f commit 845cb25
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CefSharp.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyProduct("CefSharp.Example")]
[assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")]

[assembly: AssemblyVersion("1.25.6.0")]
[assembly: AssemblyVersion("1.25.7.0")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.Test/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 © The CefSharp Project 2013")]

[assembly: AssemblyVersion("1.25.6.0")]
[assembly: AssemblyVersion("1.25.7.0")]
[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 © The CefSharp Project 2013")]

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

[assembly: AssemblyVersion("1.25.6.0")]
[assembly: AssemblyVersion("1.25.7.0")]
[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 © The CefSharp Project 2013")]

[assembly:AssemblyVersion("1.25.6.0")];
[assembly:AssemblyVersion("1.25.7.0")];
[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 © The CefSharp Project 2013")]

[assembly: AssemblyVersion("1.25.6.0")]
[assembly: AssemblyVersion("1.25.7.0")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.Wpf.Test/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 © The CefSharp Project 2013")]

[assembly: AssemblyVersion("1.25.6.0")]
[assembly: AssemblyVersion("1.25.7.0")]
[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 © The CefSharp Project 2013")]

[assembly:AssemblyVersion("1.25.6.0")];
[assembly:AssemblyVersion("1.25.7.0")];
[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) The CefSharp Project 2013")];

[assembly:AssemblyVersion("1.25.6.0")];
[assembly:AssemblyVersion("1.25.7.0")];
[assembly:ComVisible(false)];
[assembly:CLSCompliant(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
2 changes: 1 addition & 1 deletion NuGet/pack.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nuget pack CefSharp.Wpf.nuspec -Version 1.25.6 -NoPackageAnalysis
nuget pack CefSharp.Wpf.nuspec -Version 1.25.7 -NoPackageAnalysis
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ help by searching the archive to that same Google Group for previous questions.

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

* **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),
[source](https://github.com/cefsharp/CefSharp/archive/v1.25.6.zip). Based on Chromium 25.0.1364.152
* **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),
[source](https://github.com/cefsharp/CefSharp/archive/v1.25.7.zip). Based on Chromium 25.0.1364.152
* **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).
Based on Chromium 25.0.1364.152

Expand Down

0 comments on commit 845cb25

Please sign in to comment.