From 13c380fdd026b402e9ef39a95798211dae3a25bd Mon Sep 17 00:00:00 2001 From: AnasNaouchi Date: Fri, 13 Sep 2024 04:58:40 +0700 Subject: [PATCH] Update readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7df47d1..55b15aa 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,14 @@ platforms and compatibility with projects that target the PCL, please consult Although you can use omise-dotnet with other .NET versions, we have validated the following versions in our CI pipeline to ensure compatibility and stability. -| Library Version | Support | Supported Omise API Version | .NET Version(s) Supported | Notes | -| --------------- | ----------------------- | --------------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -| 1.x | End of Life (EOL) | 2014-07-27 | N/A | Initial release with basic features. No longer maintained. | -| 2.x | End of Life (EOL) | 2017-11-02 | .NET Core 2.1.x, .NET Core 3.1.x, .NET 5.0.x | Major release with breaking changes, aligning with the new Omise API version. No longer maintained | -| 3.x | Long term support (LTS) | 2017-11-02 | .NET Core 3.0, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0 | Drop support for .NET Core 2.1.x to allow usage of c# 8 | -| 4.x | Active | 2019-05-29 | .NET Core 3.0, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0 | Support 2019-05-29 api version | +| Library Version | Support | Supported Omise API Version | .NET Version(s) Supported | Notes | +| --------------- | ----------------- | --------------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------------------------------- | +| 1.x | End of Life (EOL) | 2014-07-27 | N/A | Initial release with basic features. No longer maintained. | +| 2.x | End of Life (EOL) | 2017-11-02 | .NET Core 2.1.x, .NET Core 3.1.x, .NET 5.0.x | Major release with breaking changes, aligning with the new Omise API version. No longer maintained | +| 3.x | Maintenance mode | 2017-11-02 | .NET Core 3.0, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0 | Drop support for .NET Core 2.1.x to allow usage of c# 8 | +| 4.x | Active | 2019-05-29 | .NET Core 3.0, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0 | Support 2019-05-29 api version | + +\*Maintenance mode includes only bug fixes and security updates. # Installation