Skip to content

Commit

Permalink
Fix generated plugin info getting name from wrong property (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldelaro5 authored Aug 21, 2023
1 parent 7e81f24 commit 32b23b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<AssemblyName>BepInEx5.PluginTemplate</AssemblyName>
<Description>My first plugin</Description>
<Product>My first plugin</Product>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>BepInEx6.PluginTemplate.NET.CoreCLR</AssemblyName>
<Description>My first plugin</Description>
<Product>My first plugin</Product>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<AssemblyName>BepInEx6.PluginTemplate.NET.Framework</AssemblyName>
<Description>My first plugin</Description>
<Product>My first plugin</Product>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>BepInEx6.PluginTemplate.Unity.Il2Cpp</AssemblyName>
<Description>My first plugin</Description>
<Product>My first plugin</Product>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<AssemblyName>BepInEx6.PluginTemplate.Unity.Mono</AssemblyName>
<Description>My first plugin</Description>
<Product>My first plugin</Product>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 32b23b1

Please sign in to comment.