forked from codebude/QRCoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QRCoder.nuspec
40 lines (40 loc) · 2.03 KB
/
QRCoder.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
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<package >
<metadata>
<id>QRCoder</id>
<version>$version$</version>
<title>QRCoder</title>
<authors>Raffael Herrmann</authors>
<owners>Raffael Herrmann</owners>
<licenseUrl>https://github.com/codebude/QRCoder/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/codebude/QRCoder/</projectUrl>
<iconUrl>http://code-bude.net/downloads/qrcoder-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>QRCoder is a simple library, written in C#.NET, which enables you to create QR Codes. It's licensed under the MIT-license.</description>
<releaseNotes/>
<copyright>Copyright © www.code-bude.net / Raffael Herrmann. All rights reserved.</copyright>
<tags>c# csharp qr qrcoder qrcode qr-generator qr-code-generator</tags>
<dependencies>
<group targetFramework="netstandard1.6">
<dependency id="System.Drawing.Common" version="4.5.0-preview1-25914-04" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.Drawing.Common" version="4.5.0-preview1-25914-04" />
</group>
</dependencies>
</metadata>
<files>
<file src="Build\lib\net35\QRCoder.dll" target="lib\net35\" />
<file src="Build\lib\net40\QRCoder.dll" target="lib\net40\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\portable-net45+wpa81+wp81+wp8+uap\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\portable-net45+win8+wpa81\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\uap\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\uap10.0\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\netcore\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\monotouch\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\monoandroid\" />
<file src="Build\lib\netcore\QRCoder.dll" target="lib\xamarinios\" />
<file src="Build\lib\netstandard2.0\QRCoder.dll" target="lib\netstandard1.6\" />
<file src="Build\lib\netstandard2.0\QRCoder.dll" target="lib\netstandard2.0\" />
</files>
</package>