-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWingman.1.2.0.nuspec
26 lines (26 loc) · 1.24 KB
/
Wingman.1.2.0.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Wingman</id>
<version>1.2.0</version>
<title>Wingman</title>
<authors>Aleksbgbg</authors>
<owners>Aleksbgbg</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/Aleksbgbg/Wingman/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Aleksbgbg/Wingman</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Aleksbgbg/Wingman/master/Wingman.png</iconUrl>
<description>General-purpose C# assistance library. Currently mainly supports WPF, with abstractions for Caliburn.Micro.</description>
<releaseNotes>Release 1.2.0 comes with some performance improvements as well as consistency and ease-of-use changes.</releaseNotes>
<copyright>Copyright © Aleks Todorov 2019</copyright>
<language>en-UK</language>
<tags>Wingman Caliburn.Micro WPF</tags>
<dependencies>
<dependency id="Caliburn.Micro" version="3.2.0" />
</dependencies>
</metadata>
<files>
<file src="Wingman\bin\Release\Wingman.dll" target="lib\net48" />
<file src="Wingman\bin\Release\Wingman.xml" target="lib\net48" />
</files>
</package>