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) · 2.09 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 Control Suite</title>
<summary>Fluent Ribbon Control Suite is a library that implements an Office-like Ribbon for WPF.</summary>
<description>Fluent Ribbon Control Suite is a library that implements an Office-like user interface for the Windows Presentation Foundation (WPF). It provides well-customized controls such as RibbonTabControl, Backstage, Gallery, QuickAccessToolbar, ScreenTip and so on. It is bundled with the most up-to-date Office 2010, Office 2013 and Windows 8 styles.</description>
<releaseNotes>You can read the changelog at: https://github.com/fluentribbon/Fluent.Ribbon/blob/master/Changelog.md</releaseNotes>
<authors>daVinci,SableRaven,batzen,LastElb,firehirsch</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>ribbon fluent ribbonwindow office2010 office2013 windows8 backstage</tags>
</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.0\$Configuration$\Microsoft.Windows.Shell.dll" target="lib\net40" />
<file src="build\bin\NET 4.0\$Configuration$\System.Windows.Interactivity.dll" 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" />
<file src="build\bin\NET 4.5\$Configuration$\System.Windows.Interactivity.dll" target="lib\net45" />
</files>
</package>