Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor perf improvements and allow to get certificate information externally #131

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
release 4.5.0
  • Loading branch information
alexalok committed Sep 16, 2024
commit 75c8707288f53311e1a10bd54e4e4fa8404ff6f5
5 changes: 3 additions & 2 deletions dotAPNS/dotAPNS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<TargetFrameworks>net46;netstandard2.0;netstandard2.1</TargetFrameworks>
<Authors>alexalok</Authors>
<Description>dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service.</Description>
<Version>4.4.1</Version>
<Version>4.5.0</Version>
<Copyright>© alexalok 2019-2024</Copyright>
<PackageReleaseNotes>
* Unpinned System.Net.Http.WinHttpHandler version
* Minor perf improvements (#131)
* Allow getting APNs certificate information externally (#131)
</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/alexalok/dotAPNS</PackageProjectUrl>
<RepositoryUrl>https://github.com/alexalok/dotAPNS</RepositoryUrl>
Expand Down