From 937795ef610b97f5293750589b408594f956154d Mon Sep 17 00:00:00 2001 From: samyyc Date: Fri, 3 Oct 2025 00:53:07 +0800 Subject: [PATCH 1/2] test: bump --- .github/workflows/build.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbca98222..d89634369 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ env: permissions: contents: write + workflows: write jobs: versioning: diff --git a/README.md b/README.md index 17f118086..6807edb84 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ public partial class PluginClassName : BasePlugin { public override void Load(bool hotReload) { - Console.WriteLine("Hello World!"); + Console.WriteLine("Hello World!!"); // Check examples folder for more information. Don't forget to delete the folder after reading. } From 36691a7ec1d750406ef63a0670131a3207e742ac Mon Sep 17 00:00:00 2001 From: samyyc Date: Fri, 3 Oct 2025 00:54:39 +0800 Subject: [PATCH 2/2] test: bump --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d89634369..fbca98222 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,6 @@ env: permissions: contents: write - workflows: write jobs: versioning: