-
Notifications
You must be signed in to change notification settings - Fork 14
/
QuickConverter.nuspec
20 lines (20 loc) · 967 Bytes
/
QuickConverter.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
<metadata>
<id>QuickConverter</id>
<title>QuickConverter</title>
<version>$version$</version>
<authors>Johannes Moersch</authors>
<owners>iQmetrix</owners>
<licenseUrl>https://github.com/JohannesMoersch/QuickConverter/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/JohannesMoersch/QuickConverter</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>QuickConverter provides you with WPF markup that allows you to write inline converters and multi-bindings using a C# like language directly in your xaml.</description>
<copyright>Johannes Moersch © 2017</copyright>
<tags>WPF xaml Binding converter</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="net40" />
<frameworkAssembly assemblyName="WindowsBase" targetFramework="net40" />
</frameworkAssemblies>
</metadata>
</package>