Skip to content

Releases: shoshins/apple-receipt

v2.5.0

Choose a tag to compare

@shoshins shoshins released this 25 Dec 17:39
42d205d

What's Changed

  • Libraries were updated
  • Upgraded to .Net 8
  • Missing fields were added to Receipt as per #29

Full Changelog: v2.4.0...v2.5.0

v2.4.0

Choose a tag to compare

@shoshins shoshins released this 23 Apr 08:53
ed584de
  • .Net 6 has been updated to .Net 7
  • Libraries have been updated accordingly
  • Github Sourcelink and Deterministic Build Support

What's Changed

  • 🚀 Updated to NET70 and other NuGet 📦 updates by @PureKrome in #26

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@shoshins shoshins released this 09 Oct 15:50
2a10082
  • .net 6.0 has been set as a target from now.
  • All libraries were updated accordingly.
  • Refit library was updated to 6.3+ for Verificator.

v2.2.4

Choose a tag to compare

@shoshins shoshins released this 23 Oct 17:41
9538a1c

Small enhancement.

  • List type has been replaced by a more generic one (Collection). In Verificator > Models > IAPVerification
    Release 2.2.2 / 2.2.3 was skipped.

v2.2.1

Choose a tag to compare

@shoshins shoshins released this 16 May 14:30
a890773
  • Verificator - Issue #13 fixed (Bug related to latest_receipt_info field parsing).

v2.2.0

Choose a tag to compare

@shoshins shoshins released this 01 May 20:32

Possibility to choose between SandBox / Production Apple Services using the same Verification Service instance has been added.

v2.1.1

Choose a tag to compare

@shoshins shoshins released this 21 Mar 13:49
8e6a917

Apple.Verificator - #8 Issue (about Obsolete field) fixed. The status field is not obsolete anymore.

v2.1.0

Choose a tag to compare

@shoshins shoshins released this 06 Jan 19:13
8e6a917
  • Apple.Receipt.Parser - Apple Receipt Models extended.
  • Apple.Receipt.Verificator - Full Apple Receipt Verification Response from Apple opened in the interface.
  • Libraries Updated.
  • Docs & Unit Tests Updated.

v2.0.4

Choose a tag to compare

@shoshins shoshins released this 21 Oct 22:25
2458b3c

DownloadID Int32 bug fixed. Now it's represented as long.

v2.0.3

Choose a tag to compare

@shoshins shoshins released this 24 Sep 19:55
b54f824

IOption bug has been fixed