From 56252c14ac1dd3725b3217024c444d05784712a4 Mon Sep 17 00:00:00 2001 From: 10_days_till_xmas Date: Sat, 22 Feb 2025 08:47:02 +0000 Subject: [PATCH 1/2] Use property if present for BepInExPluginGuid --- BepInEx.PluginInfoProps/BepInEx.PluginInfoProps.props | 1 + 1 file changed, 1 insertion(+) diff --git a/BepInEx.PluginInfoProps/BepInEx.PluginInfoProps.props b/BepInEx.PluginInfoProps/BepInEx.PluginInfoProps.props index 4b38215..d81832c 100644 --- a/BepInEx.PluginInfoProps/BepInEx.PluginInfoProps.props +++ b/BepInEx.PluginInfoProps/BepInEx.PluginInfoProps.props @@ -1,6 +1,7 @@ + $(GUID) $(AssemblyName) $(Product) $(Version) From 64989236ccd59713e0355cae799ca7a89f99f9cc Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:55:45 +0100 Subject: [PATCH 2/2] Add GUID tag info to PluginInfoProps readme --- BepInEx.PluginInfoProps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BepInEx.PluginInfoProps/README.md b/BepInEx.PluginInfoProps/README.md index 4603352..7260d53 100644 --- a/BepInEx.PluginInfoProps/README.md +++ b/BepInEx.PluginInfoProps/README.md @@ -7,7 +7,7 @@ Generates `MyPluginInfo.cs` based on csproj tags. Define the following properties in your `csproj`: ```xml -Example.Plugin +Example.Plugin My first plugin 1.0.0 ```