Skip to content

Commit 551e7ed

Browse files
committed
Release 1.1.142
1 parent 78c19dd commit 551e7ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+164203
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bin
2+
obj
3+
*.nupkg
4+
*.csproj
5+
release.sh

PassKit.Grpc.DotNet.nuspec

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>PassKit.Grpc.DotNet</id>
5+
<title>PassKit gRPC .NET SDK</title>
6+
<version>1.1.142</version>
7+
<icon>images/icon.png</icon>
8+
<description>
9+
.Net SDK for the PassKit gRPC API that can be used to create, configure and manage Membership, Loyalty, Event Ticket, Coupon, Transit and Boarding Pass content for mobile wallet applications, including Apple Pay and Google Pay.
10+
</description>
11+
<summary>
12+
C Sharp SDK for the PassKit gRPC API
13+
</summary>
14+
<language>en</language>
15+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
16+
<authors>PassKit, Inc.</authors>
17+
<copyright>© Copyright PassKit, Inc. 2012-2025</copyright>
18+
<license type="expression">MIT</license>
19+
<projectUrl>https://passkit.com</projectUrl>
20+
<repository type="git" url="https://github.com/PassKit/passkit-csharp-grpc-dotnet-sdk" />
21+
<tags>PassKit gRPC Apple Wallet Google Pay</tags>
22+
<dependencies>
23+
<group targetFramework=".NETCoreApp6.0">
24+
<dependency id="Google.Protobuf" version="3.31.1" />
25+
<dependency id="Google.Api.CommonProtos" version="2.17.0" />
26+
<dependency id="Grpc.Net.Client" Version="2.71.0" />
27+
<dependency id="Grpc.Tools" version="2.72.0" />
28+
</group>
29+
</dependencies>
30+
</metadata>
31+
<files>
32+
<file src="bin/Release/net6.0/*" target="lib/net6.0" />
33+
<file src="src/**" target="src" />
34+
<file src="README.md" target="README.md" />
35+
<file src="images/icon.png" target="icon.png" />
36+
</files>
37+
</package>

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
PassKit C Sharp gRPC SDK
2+
=====================
3+
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
[![Nuget](https://img.shields.io/nuget/v/PassKit.Grpc.DotNet)](https://www.nuget.org/packages/PassKit.Grpc.DotNet)
6+
7+
8+
The PassKit IO SDK makes it quick and easy to create and manage your branded Digital Membership Cards for Apple Wallet and Google Pay.
9+
10+
## Table of Content
11+
* [Quickstart](#quickstart)
12+
* [Documentation](#documentation)
13+
* [GUI Tool](#gui-tool)
14+
* [Getting Help](#getting-help)
15+
* [License](#license)
16+
17+
## Quickstart
18+
1. Create a PassKit account (Sign up for free [HERE](https://app.passkit.com/signup))
19+
2. Get credentials from your Profile Page.
20+
3. Choose a type of pass to create.
21+
* Membership Cards
22+
* Coupons
23+
* Boarding Passes
24+
* Event Tickets
25+
26+
Please refer to the C# quickstart for more information [HERE](https://github.com/PassKit/passkit-c-sharp-quickstart)
27+
28+
## Documentation
29+
* [PassKit.IO Official Documentation](https://docs.passkit.io/)
30+
31+
## GUI Tool
32+
GUI tool can be accessed from [your PassKit account](https://app.passkit.com/login).
33+
34+
## Getting Help
35+
36+
* [Online chat support](https://passkit.com/)
37+
38+
## License
39+
Distributed under MIT License.

images/icon.png

2.37 KB
Loading

0 commit comments

Comments
 (0)