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) 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 ```