Closed kkaja123 closed 1 year ago
The templates should probably be updated to use <Product>
too.
As seen here, the BepInEx5 template uses <Description>
but does not use <Product>
: https://github.com/BepInEx/BepInEx.Templates/blob/ea735c2dee71d3c4c688582356b1d5fc271a4cb9/BepInEx.Templates/templates/BepInEx5.PluginTemplate/.template.config/template.json#L22-L28
Fixes the incorrect property name in the example
.csproj
code for thePLUGIN_NAME
string.Description
->Product
Addresses #3