Sunburst.WindowsForms.Ribbon 2.1.0
Provides a complete binding to the UIRibbon API, as well as build tasks that compile Ribbon definition XML files.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Sunburst.WindowsForms.Ribbon</id>
<version>2.1.0</version>
<title>Windows Forms Ribbon Library</title>
<authors>William Kent</authors>
<owners>William Kent</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/SunburstApps/Sunburst.WindowsForms.Ribbon/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/SunburstApps/Sunburst.WindowsForms.Ribbon</projectUrl>
<description>Provides a complete binding to the UIRibbon API, as well as build tasks that compile Ribbon definition XML files.</description>
<copyright>Copyright © 2018 William Kent. Licensed under the Ms-PL.</copyright>
<tags>ribbon windows-forms</tags>
<dependencies>
<group targetFramework=".NETFramework4.6">
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Design" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework=".NETFramework4.6" />
</frameworkAssemblies>
</metadata>
</package>