-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathdotnet-passbook.nuspec
17 lines (17 loc) · 969 Bytes
/
dotnet-passbook.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>dotnet-passbook</id>
<version>0.9.9</version>
<title>Passbook Generator</title>
<authors>Tomas McGuinness</authors>
<owners />
<licenseUrl>http://tomasmcguinness.mit-license.org/</licenseUrl>
<projectUrl>https://github.com/tomasmcguinness/dotnet-passbook</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Generate pass files for Apple's iOS 6.0 passbook. This library allows you to build and sign a pkpass file.</description>
<summary>Generate pass files for Apple's iOS 6.0 passbook.</summary>
<releaseNotes>Added support for AssociatedStoreIdentifiers allowing you to link a pass to an existing iOS App using its Apple Identifier</releaseNotes>
<tags>PassBook Wallet</tags>
</metadata>
</package>