Skip to content

Commit 2669a1d

Browse files
committed
Release v1.1.118
1 parent babf735 commit 2669a1d

Some content is hidden

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

91 files changed

+28427
-6126
lines changed

PassKit.Grpc.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>PassKit.Grpc</id>
55
<title>PassKit gRPC SDK</title>
6-
<version>1.1.80</version>
6+
<version>1.1.118</version>
77
<icon>images/icon.png</icon>
88
<description>
99
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.
@@ -14,22 +14,22 @@
1414
<language>en</language>
1515
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1616
<authors>PassKit, Inc.</authors>
17-
<copyright>© Copyright PassKit, Inc. 2012-2023</copyright>
17+
<copyright>© Copyright PassKit, Inc. 2012-2025</copyright>
1818
<license type="expression">MIT</license>
1919
<projectUrl>https://passkit.com</projectUrl>
2020
<repository type="git" url="https://github.com/PassKit/passkit-csharp-grpc-sdk" />
2121
<tags>PassKit gRPC Apple Wallet Google Pay</tags>
2222
<dependencies>
23-
<group targetFramework=".NETCoreApp5.0">
24-
<dependency id="Google.Protobuf" version="3.23.0" />
25-
<dependency id="Google.Api.CommonProtos" version="2.9.0" />
23+
<group targetFramework=".NETCoreApp6.0">
24+
<dependency id="Google.Protobuf" version="3.29.3" />
25+
<dependency id="Google.Api.CommonProtos" version="2.16.0" />
2626
<dependency id="Grpc.Core" version="2.46.6" />
27-
<dependency id="Grpc.Tools" version="2.54.0" />
27+
<dependency id="Grpc.Tools" version="2.69.0" />
2828
</group>
2929
</dependencies>
3030
</metadata>
3131
<files>
32-
<file src="bin/Release/net5.0/*" target="lib/net5.0" />
32+
<file src="bin/Release/net6.0/*" target="lib/net6.0" />
3333
<file src="src/**" target="src" />
3434
<file src="README.md" target="README.md" />
3535
<file src="images/icon.png" target="icon.png" />

src/PassKit/Grpc/ARpcImages.g.cs

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)