From caaeb7f2424ff9d93b3b05781c5236bd2dc9561e Mon Sep 17 00:00:00 2001 From: Matias Ramirez Date: Sat, 5 Oct 2024 01:08:00 -0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 578cfdd..6115028 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ `Parsec` is a simple .NET parsing library for `Shaiya` file formats which provides easy to use APIs for serialization and deserialization of the game's file formats, including JSON and CSV support. -Parsec works on any .NET Standard 2.0 compliant platform, including .NET 7.0, .NET Framework 4.6.1+, .NET Core 2.0+, -Unity's Mono and Godot. +Parsec works on any .NET Standard 2.0 compliant platform, including .NET 5+, .NET Framework 4.6.1+, .NET Core 2.0+, +Unity and Godot. ## Supported file formats