-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSimple.Wpf.Themes.nuspec
28 lines (28 loc) · 1.73 KB
/
Simple.Wpf.Themes.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Simple.Wpf.Themes</id>
<version>1.0</version>
<authors>Ollie Riches</authors>
<owners>Ollie Riches</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/oriches/Simple.Wpf.Themes</projectUrl>
<description>A simple theme manager with optional UI user control for use in an WPF application.</description>
<summary>A simple theme manager with optional UI user control for use in an WPF application.</summary>
<releaseNotes>Added support for .Net Core 3.1, and refactored common code into .Net Standard 2.0 library</releaseNotes>
<copyright>Simple.Wpf.Themes 2020</copyright>
<language>en-GB</language>
<tags>WPF, XAML, Themes</tags>
<dependencies>
<group targetFramework=".NETFramework4.8" />
<group targetFramework=".NETCoreApp3.1" />
</dependencies>
</metadata>
<files>
<file src=".net framework\Simple.Wpf.Themes\bin\Release\Simple.Wpf.Themes.Common.dll" target="lib\net48\Simple.Wpf.Themes.Common.dll" />
<file src=".net framework\Simple.Wpf.Themes\bin\Release\Simple.Wpf.Themes.dll" target="lib\net48\Simple.Wpf.Themes.dll" />
<file src=".net core\Simple.Wpf.Themes\bin\Release\netcoreapp3.1\Simple.Wpf.Themes.Common.dll" target="lib\netcoreapp3.1\Simple.Wpf.Themes.Common.dll" />
<file src=".net core\Simple.Wpf.Themes\bin\Release\netcoreapp3.1\Simple.Wpf.Themes.deps.json" target="lib\netcoreapp3.1\Simple.Wpf.Themes.deps.json" />
<file src=".net core\Simple.Wpf.Themes\bin\Release\netcoreapp3.1\Simple.Wpf.Themes.dll" target="lib\netcoreapp3.1\Simple.Wpf.Themes.dll" />
</files>
</package>