From 864dc92e4d9eaaa3c2c620b6f9928e85deaf73c4 Mon Sep 17 00:00:00 2001 From: jornh Date: Fri, 4 Apr 2014 09:09:32 +0200 Subject: [PATCH] cef.redist 3.1650.1562-pre3 NuGet ... currently only with x86 .dll files --- NuGet/cef.redist.nuspec | 15 +++++++-------- NuGet/cef.redist.targets | 22 ++++++++++++---------- NuGet/pack.bat | 4 +++- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/NuGet/cef.redist.nuspec b/NuGet/cef.redist.nuspec index cff0fb9..decb23e 100644 --- a/NuGet/cef.redist.nuspec +++ b/NuGet/cef.redist.nuspec @@ -6,27 +6,26 @@ The Chromium Embedded Framework Authors The CefSharp Authors https://github.com/cefsharp/cef-binary - https://raw.github.com/jornh/cef-binary/fdc5894d5eb456ec3f389c37b2eeb6458e47a115/NuGet/cef32x32.gif + https://raw.github.com/cefsharp/cef-binary/master/NuGet/cef128x128.gif + https://raw.github.com/cefsharp/cef-binary/master/cef_binary_3.y.z_windows32/LICENSE.txt false CEF - the Chromium Embedded Framework. NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary chrome chromium native embedded browser CEF nativepackage - Copyright © 2008-2013 + Copyright © 2008-2014 - - - - - + + - + diff --git a/NuGet/cef.redist.targets b/NuGet/cef.redist.targets index 4e21f24..aa82dfe 100644 --- a/NuGet/cef.redist.targets +++ b/NuGet/cef.redist.targets @@ -1,18 +1,20 @@ - + - - + + - + + + - - - - - - + + + + + + diff --git a/NuGet/pack.bat b/NuGet/pack.bat index 4e5af14..8e28e45 100644 --- a/NuGet/pack.bat +++ b/NuGet/pack.bat @@ -1,3 +1,5 @@ -set version=3.1650.1562-pre2 +set version=3.1650.1562-pre3 NuGet pack cef.redist.nuspec -NoPackageAnalysis -Version %version% +NuGet pack cef.redist.x86.nuspec -NoPackageAnalysis -Version %version% +NuGet pack cef.redist.x64.nuspec -NoPackageAnalysis -Version %version% NuGet pack cef.sdk.nuspec -NoPackageAnalysis -Version %version%