From 4ca3a8b464f1fb7d3de1baf7900c300928419314 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 16 Jan 2025 20:13:59 +0100 Subject: [PATCH] V 1.1.0 Update to .net9.0 standard --- CS2GSI/CS2GSI.csproj | 5 +++-- README.md | 5 +++-- TestApp/TestApp.csproj | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CS2GSI/CS2GSI.csproj b/CS2GSI/CS2GSI.csproj index c67724b..432c640 100644 --- a/CS2GSI/CS2GSI.csproj +++ b/CS2GSI/CS2GSI.csproj @@ -1,16 +1,17 @@ - net7.0 enable enable - 1.0.9 + 1.1.0 CS2GSI Glax https://github.com/C9Glax/CS2GSI git https://github.com/C9Glax/CS2GSI + net8.0;net9.0;net7.0 + latestmajor diff --git a/README.md b/README.md index 70a59bb..2d45dee 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Github](https://img.shields.io/badge/Github-8A2BE2)](https://github.com/C9Glax/CS2GSI) [![GitHub Release](https://img.shields.io/github/v/release/c9glax/CS2GSI)](https://github.com/C9Glax/CS2GSI/releases/latest) - +## .net7.0, .net8.0, .net9.0 ## Example Usage @@ -51,4 +51,5 @@ All Events with IDs here: https://github.com/C9Glax/CS2GSI/blob/master/CS2GSI/CS * `OnBombDefused` * `OnBombExploded` * `AnyEvent` -* `AnyMessage` \ No newline at end of file +* `AnyMessage` +* `OnActivityChange` (_string_) Activity \ No newline at end of file diff --git a/TestApp/TestApp.csproj b/TestApp/TestApp.csproj index 3babba9..bbaa842 100644 --- a/TestApp/TestApp.csproj +++ b/TestApp/TestApp.csproj @@ -2,9 +2,10 @@ Exe - net7.0 enable enable + net7.0;net8.0;net9.0 + latestmajor