From 1058ad9d31b47f21266758dfbb68b9696e155b08 Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Wed, 1 May 2024 02:31:54 -0500 Subject: [PATCH] Update API version table [skip ci] Signed-off-by: Joshua Harms --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9b2dc7b9..3fe1ad06 100644 --- a/readme.md +++ b/readme.md @@ -54,7 +54,8 @@ Shopify has begun versioning their API, meaning new features are locked behind n | 5.19.0 - 5.19.1 | 2022-07 | | 6.0.1 - 6.2.0 | 2023-01 | | 6.3.0 - 6.12.2 | 2023-07 | -| 6.13.0 and above | 2024-01 | +| 6.13.0 - 6.14.1 | 2024-01 | +| 6.15.0 and above. | 2024-04. | **Note:** ShopifySharp dropped support for .NET Framework 4.5 in version 5.14.0. [More details in #438.](https://github.com/nozzlegear/ShopifySharp/issues/438) The oldest version of .NET Framework we can support is [whichever version is supported by .NET Standard 2.0](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0#net-standard-versions).