Apple.Receipt.Parser 2.5.0

dotnet add package Apple.Receipt.Parser --version 2.5.0
                    
NuGet\Install-Package Apple.Receipt.Parser -Version 2.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Apple.Receipt.Parser" Version="2.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Apple.Receipt.Parser" Version="2.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Apple.Receipt.Parser" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Apple.Receipt.Parser --version 2.5.0
                    
#r "nuget: Apple.Receipt.Parser, 2.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Apple.Receipt.Parser@2.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Apple.Receipt.Parser&version=2.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Apple.Receipt.Parser&version=2.5.0
                    
Install as a Cake Tool

Parser for Apple Receipt that represented in base64 and encoded with ASN.1

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Apple.Receipt.Parser:

Package Downloads
Apple.Receipt.Verificator

Library for validating receipts with the App Store

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.5.0 57,644 12/25/2023
2.4.0 20,284 4/23/2023
2.3.0 45,079 10/9/2022
2.2.4 51,574 10/23/2021
2.2.1 15,911 5/16/2021
2.2.0 3,100 5/1/2021
2.1.1 4,933 3/21/2021
2.1.0 11,010 1/6/2021
2.0.4 2,117 10/21/2020
2.0.3 4,142 9/24/2020
2.0.2 8,483 7/14/2020
2.0.0 1,389 7/12/2020
1.1.3 7,856 6/25/2018
1.1.2 1,967 6/25/2018
1.1.1 1,988 6/24/2018
1.1.0 2,316 6/24/2018
1.0.0 1,998 6/21/2018

Migrated to .NET 8.0