From 1a35394a0af4bb36d6f80aa2ff82dfb226da86ec Mon Sep 17 00:00:00 2001 From: Twinki Date: Sat, 30 Dec 2023 00:21:23 -0500 Subject: [PATCH] further tweaks --- README.md | 1 + src/Serilog/Serilog.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df489090..0916fee0e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ logger.Information("Hello from the FiveM client!"); - [#1](https://github.com/Twinki14/CitizenFX.Extensions.Client.Serilog/pull/1) - Trim files, remove assembly signing, only target net452 - [#2](https://github.com/Twinki14/CitizenFX.Extensions.Client.Serilog/pull/2) - Add CI/CD proceeded by fix [in #4](https://github.com/Twinki14/CitizenFX.Extensions.Client.Serilog/pull/4) - [#3](https://github.com/Twinki14/CitizenFX.Extensions.Client.Serilog/pull/3) - Remove extra performance tests & results, this just bloated things for the purpose of this fork +- [#5](https://github.com/Twinki14/CitizenFX.Extensions.Client.Serilog/pull/5) - Un-yield `yield return` and `yield break` uses ## Notes - This fork is in **NO WAY** affiliated with the [Serilog Organization](https://github.com/serilog) or the [Serilog project](https://serilog.net/), it's purely a fork to provide compatability with FiveM's client-resource shipped mono diff --git a/src/Serilog/Serilog.csproj b/src/Serilog/Serilog.csproj index 014e07536..ed8b80625 100644 --- a/src/Serilog/Serilog.csproj +++ b/src/Serilog/Serilog.csproj @@ -1,7 +1,7 @@  Simple .NET logging with fully-structured events - Serilog Contributors;Twinki14 + Serilog Contributors, made FiveM compatable by Twinki true serilog;logging;semantic;structured;fivem;cfx-extensions icon.png