-
Notifications
You must be signed in to change notification settings - Fork 13
/
QRCoder.Unity.nuspec
27 lines (27 loc) · 1.19 KB
/
QRCoder.Unity.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
<?xml version="1.0"?>
<package >
<metadata>
<id>QRCoder.Unity</id>
<version>$version$</version>
<title>QRCoder.Unity</title>
<authors>Raffael Herrmann</authors>
<owners>Raffael Herrmann</owners>
<licenseUrl>https://github.com/codebude/QRCoder.Unity/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/codebude/QRCoder.Unity/</projectUrl>
<iconUrl>http://code-bude.net/downloads/qrcoder-logo-unity.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>QRCoder.Unity is an extension to the popular QRCoder library. It allows you to create Texture2D-based QR codes for usage in Unity projects. 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 unity texture2d</tags>
<dependencies>
<group>
<dependency id="QRCoder" version="1.3.4" />
</group>
</dependencies>
</metadata>
<files>
<file src="Build\lib\net35\QRCoder.Unity.dll" target="lib\net35\" />
<file src="Build\lib\net40\QRCoder.Unity.dll" target="lib\net40\" />
</files>
</package>