From 2db98c8ea762c34b8e2cad818ea25f16e43b3048 Mon Sep 17 00:00:00 2001 From: mergehez Date: Fri, 22 Nov 2024 16:19:14 +0100 Subject: [PATCH] Update version to 0.0.14 --- InertiaNetCore/InertiaNetCore.csproj | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InertiaNetCore/InertiaNetCore.csproj b/InertiaNetCore/InertiaNetCore.csproj index 7017766..901f627 100644 --- a/InertiaNetCore/InertiaNetCore.csproj +++ b/InertiaNetCore/InertiaNetCore.csproj @@ -2,7 +2,7 @@ enable enable - 0.0.13 + 0.0.14 net7.0;net8.0;net9.0 preview InertiaNetCore diff --git a/README.md b/README.md index 2055d3e..96c495f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This library is a fork of [kapi2289/InertiaCore](https://github.com/kapi2289/Ine Some errors were fixed, and unnecessary dependencies were removed. The library will be maintained and updated whenever necessary. -It is compatible with .NET 7 and .NET 8. As soon as .NET 9 is released, the library will be updated to support it. +It is compatible with .NET 7, .NET 8, and .NET 9. Feel free to contribute to the project by creating issues or pull requests.