This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
forked from fluentribbon/Fluent.Ribbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluent.Ribbon.nuspec
29 lines (28 loc) · 1.77 KB
/
Fluent.Ribbon.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
<?xml version="1.0"?>
<package>
<metadata>
<id>Fluent.Ribbon</id>
<version>$Version$</version>
<title>Fluent.Ribbon</title>
<summary>Fluent.Ribbon is a library that implements an Office-like Ribbon for WPF.</summary>
<description>Fluent.Ribbon is a library that implements an Office-like user interface for the Windows Presentation Foundation (WPF). It provides controls such as RibbonTabControl, Backstage, Gallery, QuickAccessToolbar, ScreenTip and so on.</description>
<releaseNotes>You can read the changelog at: https://github.com/fluentribbon/Fluent.Ribbon/blob/master/Changelog.md</releaseNotes>
<authors>batzen</authors>
<licenseUrl>https://github.com/fluentribbon/Fluent.Ribbon/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/fluentribbon/Fluent.Ribbon</projectUrl>
<iconUrl>https://raw.githubusercontent.com/fluentribbon/Fluent.Ribbon/master/Images/Logo/Logo_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>fluent office ribbon ribbonwindow backstage</tags>
<dependencies>
<dependency id="ControlzEx" version="(2.1,3.0)" />
</dependencies>
</metadata>
<files>
<file src="build\bin\NET 4.0\$Configuration$\Fluent.dll" target="lib\net40" />
<file src="build\bin\NET 4.0\$Configuration$\Fluent.pdb" target="lib\net40" />
<file src="build\bin\NET 4.0\$Configuration$\Fluent.XML" target="lib\net40" />
<file src="build\bin\NET 4.5\$Configuration$\Fluent.dll" target="lib\net45" />
<file src="build\bin\NET 4.5\$Configuration$\Fluent.pdb" target="lib\net45" />
<file src="build\bin\NET 4.5\$Configuration$\Fluent.XML" target="lib\net45" />
</files>
</package>