diff --git a/NuGet/cef.sdk.nuspec b/NuGet/cef.sdk.nuspec index 579c524..ed0da68 100644 --- a/NuGet/cef.sdk.nuspec +++ b/NuGet/cef.sdk.nuspec @@ -4,10 +4,11 @@ cef.sdk $version$ CEF SDK - The Chromium Embedded Framework Authors + The CEF Authors The CefSharp Authors https://github.com/cefsharp/cef-binary - https://raw.github.com/cefsharp/cef-binary/native-nuget/NuGet/cef128x128.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 - 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 @@ -19,5 +20,7 @@ CEF/Chromium files --> + + diff --git a/NuGet/cef.sdk.props b/NuGet/cef.sdk.props new file mode 100644 index 0000000..d387f0d --- /dev/null +++ b/NuGet/cef.sdk.props @@ -0,0 +1,14 @@ + + + + + + + + + cef.sdk.3.1650.1562-pre2 + + + diff --git a/NuGet/pack.bat b/NuGet/pack.bat index 5114e05..4e5af14 100644 --- a/NuGet/pack.bat +++ b/NuGet/pack.bat @@ -1,3 +1,3 @@ -set version=3.1650.1562-pre0 +set version=3.1650.1562-pre2 NuGet pack cef.redist.nuspec -NoPackageAnalysis -Version %version% NuGet pack cef.sdk.nuspec -NoPackageAnalysis -Version %version%