2020-01-14 12:05:42 +10:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
2021-01-09 20:04:28 +10:00
|
|
|
<metadata minClientVersion="5.0.0">
|
2020-08-14 15:12:51 +10:00
|
|
|
<id>CefSharp.WinForms.NETCore</id>
|
2020-01-14 12:05:42 +10:00
|
|
|
<version>$version$</version>
|
|
|
|
|
<authors>The CefSharp Authors</authors>
|
|
|
|
|
<owners>The CefSharp Authors</owners>
|
|
|
|
|
<projectUrl>https://github.com/cefsharp/cefsharp</projectUrl>
|
2021-01-09 20:04:28 +10:00
|
|
|
<license type="file">LICENSE</license>
|
2020-01-14 12:05:42 +10:00
|
|
|
<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>
|
2020-08-14 15:12:51 +10:00
|
|
|
<group targetFramework=".NETCoreApp3.1">
|
2020-10-31 19:15:23 +10:00
|
|
|
<dependency id="CefSharp.Common.NETCore" version="[$version$]" include="Runtime,Compile,Build,Native" />
|
2020-01-14 12:05:42 +10:00
|
|
|
</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>
|
|
|
|
|
<!-- pdb and xml files not copied see https://github.com/dotnet/sdk/issues/1458 -->
|
2020-08-14 15:12:51 +10:00
|
|
|
<file src="..\..\CefSharp.WinForms\bin.netcore\Release\netcoreapp3.1\ref\CefSharp.WinForms.dll" target="ref\netcoreapp3.1"/>
|
|
|
|
|
<file src="..\..\CefSharp.WinForms\bin.netcore\Release\netcoreapp3.1\CefSharp.WinForms.dll" target="lib\netcoreapp3.1"/>
|
2021-10-11 10:26:35 +10:00
|
|
|
<file src="..\..\CefSharp.WinForms\bin.netcore\Release\netcoreapp3.1\CefSharp.WinForms.xml" target="lib\netcoreapp3.1"/>
|
2020-01-14 12:05:42 +10:00
|
|
|
|
2020-12-16 15:24:09 +10:00
|
|
|
<file src="Readme.txt" target="" />
|
2021-01-09 20:04:28 +10:00
|
|
|
<file src="..\..\LICENSE" target="LICENSE" />
|
2020-01-14 12:05:42 +10:00
|
|
|
</files>
|
|
|
|
|
</package>
|