From 10e92377d322d5c4c9ba201b40379a9955857669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Wed, 8 Jan 2025 12:09:20 +0800 Subject: [PATCH 1/8] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a549065..4280521 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # Unofficial_ECPayAIO_Net Unofficial ECPayAIO_Net support net6.0, net8.0 + + +# Credits +[ECPayAIO_Net@ECPay](https://github.com/ECPay/ECPayAIO_Net) From ff88b5f70669e680fcc8a14acd9309131ea81e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Wed, 8 Jan 2025 12:12:12 +0800 Subject: [PATCH 2/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4280521..80dc0b5 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Unofficial ECPayAIO_Net support net6.0, net8.0 -# Credits +## Credits [ECPayAIO_Net@ECPay](https://github.com/ECPay/ECPayAIO_Net) From 59e8de560eb0fcdd22be6306eb5bf866a0f3ffd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Wed, 8 Jan 2025 12:13:30 +0800 Subject: [PATCH 3/8] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80dc0b5..50b4549 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ Unofficial ECPayAIO_Net support net6.0, net8.0 ## Credits -[ECPayAIO_Net@ECPay](https://github.com/ECPay/ECPayAIO_Net) +[ECPayAIO_Net@ECPay](https://github.com/ECPay/ECPayAIO_Net) \ +[LICENSE](https://github.com/0xc0dec0ffeelab/Unofficial_ECPayAIO_Net/blob/main/LICENSE) From 56f494716ca87659c6e13bf37d1b1288dddfff2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Wed, 8 Jan 2025 12:18:24 +0800 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50b4549..383b809 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Unofficial ECPayAIO_Net support net6.0, net8.0 ## Credits [ECPayAIO_Net@ECPay](https://github.com/ECPay/ECPayAIO_Net) \ -[LICENSE](https://github.com/0xc0dec0ffeelab/Unofficial_ECPayAIO_Net/blob/main/LICENSE) +[GPLv2](https://github.com/0xc0dec0ffeelab/Unofficial_ECPayAIO_Net/blob/main/LICENSE) From 29e19a058c2cc9d103b9bac9055d4e0f19bcc390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Wed, 8 Jan 2025 12:21:19 +0800 Subject: [PATCH 5/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 383b809..d3ac078 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Unofficial_ECPayAIO_Net -Unofficial ECPayAIO_Net support net6.0, net8.0 +Unofficial ECPayAIO_Net support [.net standard 2.1](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1) ## Credits From a0e11c22b549b02e7eacc44156f7033f394dfd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Wed, 8 Jan 2025 18:50:15 +0800 Subject: [PATCH 6/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ac078..fe2a64a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Unofficial_ECPayAIO_Net -Unofficial ECPayAIO_Net support [.net standard 2.1](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1) +Unofficial ECPayAIO_Net support .NET 8 ## Credits From 563ac683ee5495fe76c5f552d398ac42c1ea73f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Wed, 8 Jan 2025 18:57:47 +0800 Subject: [PATCH 7/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe2a64a..13e2483 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Unofficial_ECPayAIO_Net Unofficial ECPayAIO_Net support .NET 8 +since ["Microsoft.AspNetCore.Http.Abstractions" 2.2.2 will be deprecated](https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions), I remanined it as 2.1.1. + ## Credits [ECPayAIO_Net@ECPay](https://github.com/ECPay/ECPayAIO_Net) \ From 940cf28a03cf0e9cb1f1fc19126c7e79a7e2763b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=AAng=20=C3=9Bi?= Date: Wed, 8 Jan 2025 18:58:22 +0800 Subject: [PATCH 8/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e2483..1be2d15 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Unofficial_ECPayAIO_Net Unofficial ECPayAIO_Net support .NET 8 -since ["Microsoft.AspNetCore.Http.Abstractions" 2.2.2 will be deprecated](https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions), I remanined it as 2.1.1. +since ["Microsoft.AspNetCore.Http.Abstractions" 2.2.2 is deprecated](https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions), I remanin it as 2.1.1. ## Credits