Skip to content

Commit 8f5fc82

Browse files
committed
Wpf.HwndHost - Fix nuget package creation errors
#4982
1 parent f43cd64 commit 8f5fc82

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

NuGet/PackageReference/CefSharp.Wpf.HwndHost.nuspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<license type="file">LICENSE</license>
1010
<projectUrl>https://github.com/cefsharp/CefSharp</projectUrl>
1111
<description>The CefSharp Chromium-based browser component. The CefSharp.Wpf.HwndHost.ChromiumWebBrowser control is a drop in replacement for the CefSharp.Wpf.ChromiumWebBrowser that's rougly equivilent to hosting the WinForms version in WPF.</description>
12+
<tags>wpf chrome browser chromium-embedded cefsharp</tags>
1213
<copyright>Copyright © The CefSharp Authors</copyright>
1314
<dependencies>
1415
<group targetFramework=".NETFramework4.6.2">
@@ -24,5 +25,15 @@
2425
</group>
2526
<group targetFramework=".NETFramework4.6.2" />
2627
</frameworkReferences>
28+
<releaseNotes>
29+
<![CDATA[
30+
See https://github.com/cefsharp/CefSharp/releases/tag/v$version$ for release notes including Known Issues, Breaking Changes, Bugs Fixed, new features.
31+
Important you read the release notes to see what's changed in this version.
32+
]]>
33+
</releaseNotes>
2734
</metadata>
35+
<files>
36+
<file src="Readme.txt" target="" />
37+
<file src="..\..\LICENSE" target="LICENSE" />
38+
</files>
2839
</package>

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ param(
99
[Parameter(Position = 2)]
1010
[string] $AssemblyVersion = "131.3.10",
1111
[Parameter(Position = 3)]
12-
[ValidateSet("NetFramework", "NetCore", "NetFramework452", "NetCore31")]
12+
[ValidateSet("NetFramework", "NetCore", "NetFramework462", "NetCore31")]
1313
[string] $TargetFramework = "NetFramework",
1414
[Parameter(Position = 4)]
1515
[string] $BuildArches = "x86 x64 arm64"

0 commit comments

Comments
 (0)