Improve package description for Microsoft.Toolkit.Wpf.UI.Controls.WebView project

This commit is contained in:
marianstdt 2019-03-14 16:44:36 -03:00
Родитель e420484f19
Коммит f375584388
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -8,7 +8,7 @@
<Title>Windows Community Toolkit WebView Windows Forms Controls</Title>
<Description>
This library provides XAML controls for Windows Forms WebView, by hosting web content in your Windows Forms or WPF desktop application. It is part of the Windows Community Toolkit.
This library provides WebView XAML control for Windows Forms by hosting web content in your Windows Forms or WPF desktop application. It is part of the Windows Community Toolkit.
This control uses the Microsoft Edge rendering engine (EdgeHTML) or the the System.Windows.Controls.WebBrowser, for devices on older versions (WebViewCompatible), to embed a view that renders richly formatted HTML5 content from a remote web server, dynamically generated code, or content files.
</Description>
<PackageTags>WebView Win32 WindowsForms</PackageTags>

Просмотреть файл

@ -7,7 +7,10 @@
<RunCodeAnalysis>true</RunCodeAnalysis>
<Title>Windows Community Toolkit WPF WebView Control</Title>
<Description>This library provides XAML controls for WPF WebView. It is part of the Windows Community Toolkit.</Description>
<Description>
This library provides WebView XAML control for WPF by hosting web content in your Windows Forms or WPF desktop application. It is part of the Windows Community Toolkit.
This control uses the Microsoft Edge rendering engine (EdgeHTML) or the the System.Windows.Controls.WebBrowser, for devices on older versions (WebViewCompatible), to embed a view that renders richly formatted HTML5 content from a remote web server, dynamically generated code, or content files.
</Description>
<PackageTags>WebView Win32 WPF XAML</PackageTags>
<DefineConstants>$(DefineConstants);WPF</DefineConstants>