-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
/
Copy pathCefSharp.WinForms.nuspec
37 lines (35 loc) · 1.72 KB
/
CefSharp.WinForms.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CefSharp.WinForms</id>
<version>$version$</version>
<authors>The CefSharp Authors</authors>
<owners>The CefSharp Authors</owners>
<projectUrl>https://github.com/cefsharp/CefSharp</projectUrl>
<repository type="git" url="https://github.com/cefsharp/CefSharp.git" branch="$Branch$" commit="$CommitSha$" />
<license type="file">LICENSE</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The CefSharp Chromium-based browser component (WinForms control).</description>
<tags>winforms chrome browser chromium-embedded cefsharp</tags>
<copyright>Copyright © The CefSharp Authors</copyright>
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="CefSharp.Common" version="[$version$]" />
</group>
</dependencies>
<releaseNotes>
<![CDATA[
See https://github.com/cefsharp/CefSharp/releases/tag/v$version$ for release notes including Known Issues, Breaking Changes, Bugs Fixed, new features.
Important you read the release notes to see what's changed in this version.
]]>
</releaseNotes>
</metadata>
<files>
<file src="..\CefSharp.WinForms\bin\Release\net462\CefSharp.WinForms.dll" target="lib\net462" />
<file src="..\CefSharp.WinForms\bin\Release\net462\CefSharp.WinForms.xml" target="lib\net462" />
<file src="..\CefSharp.WinForms\bin\Release\net462\CefSharp.WinForms.pdb" target="lib\net462" />
<file src="Readme.txt" target="" />
<file src="..\LICENSE" target="LICENSE" />
<file src="..\CefSharp.WinForms\**\*.cs" target="src\CefSharp.WinForms" />
</files>
</package>