Skip to content

Commit c8a6877

Browse files
committed
Initial cef.sdk.nuspec
- the one which package up the .libs and /include files which e.g. `CefSharp.Core` depend on Former-commit-id: 29f8ab57989282c72e9a30b40c4daf484768cb8f
1 parent c1b2a4f commit c8a6877

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

NuGet/cef.sdk.nuspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>cef.sdk</id>
5+
<version>$version$</version>
6+
<title>CEF SDK</title>
7+
<authors>The Chromium Embedded Framework Authors</authors>
8+
<owners>The CefSharp Authors</owners>
9+
<projectUrl>https://github.com/cefsharp/cef-binary</projectUrl>
10+
<iconUrl>https://raw.github.com/cefsharp/cef-binary/native-nuget/NuGet/cef128x128.gif</iconUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>CEF - Chromium Embedded Framework.
13+
NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary</description>
14+
<tags>chrome chromium native embedded browser CEF nativepackage</tags>
15+
<copyright>Copyright © 2008-2014</copyright>
16+
</metadata>
17+
<files>
18+
<!--
19+
CEF/Chromium files
20+
-->
21+
<file src="..\CEF\**\*.*" target="CEF" />
22+
</files>
23+
</package>

NuGet/pack.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
set version=3.1650.1562-pre0
22
NuGet pack cef.redist.nuspec -NoPackageAnalysis -Version %version%
3+
NuGet pack cef.sdk.nuspec -NoPackageAnalysis -Version %version%

0 commit comments

Comments
 (0)