mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
remove melons
This commit is contained in:
parent
56c901345a
commit
b33e15377f
74 changed files with 156 additions and 156 deletions
|
@ -6,13 +6,13 @@ using System.Reflection;
|
|||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.ChatBoxExtensions))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.ChatBoxExtensions))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.ChatBoxExtensions))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.ChatBoxExtensions))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.Melons.ChatBoxExtensions.ChatBoxExtensions),
|
||||
nameof(NAK.Melons.ChatBoxExtensions),
|
||||
typeof(NAK.ChatBoxExtensions.ChatBoxExtensions),
|
||||
nameof(NAK.ChatBoxExtensions),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/ChatBoxExtensions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue