BepInEx / BepInEx.Templates

A collection of dotnet templates for BepInEx
MIT License
17 stars 10 forks source link

Fix PluginInfoProps README #5

Closed kkaja123 closed 1 year ago

kkaja123 commented 1 year ago

Fixes the incorrect property name in the example .csproj code for the PLUGIN_NAME string. Description -> Product

Addresses #3

kkaja123 commented 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