Skip to content

Commit 05819ec

Browse files
authored
Merge pull request #13 from fitomad/develop
JWT Token
2 parents 390f77a + e08f1e4 commit 05819ec

File tree

3 files changed

+10
-49
lines changed

3 files changed

+10
-49
lines changed

Apns.sln

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

Apns.slnx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Project Path="Apns.Test/Apns.Test.csproj" />
8+
<Project Path="Apns/Apns.csproj" />
9+
</Solution>

Apns/Apns.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<!-- nuget -->
88
<PackageId>Apns</PackageId>
9-
<Version>1.0.2</Version>
9+
<Version>1.0.3</Version>
1010
<Authors>Adolfo Vera</Authors>
1111
<Company>Fitomad</Company>
1212
<Description>Apns by @fitomad is a package that simplifies the process of sending push notifications to Apple devices using the Apple Push Notification Service (APNS). Whether you're managing complex messaging workflows or sending single notifications, this library provides an efficient and user-friendly interface to integrate APNS into your .NET applications. Features include support for token-based authentication, notification payload customization, and seamless connectivity to APNS servers for reliable delivery. Ideal for developers looking to enhance their app's communication capabilities with Apple devices.</Description>

0 commit comments

Comments
 (0)