Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 9bad9b6

Browse files
committed
Fixing Assembly for newest VS version
1 parent a1d3736 commit 9bad9b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/BasicExample/AssembleInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[assembly: AssemblyFileVersion(ModInfo.Version)]
1717

1818
[assembly: MelonInfo(typeof(ExampleMod.ExampleMod), ModInfo.Name, ModInfo.Version, ModInfo.Author, ModInfo.Download)]
19-
[assembly: MelonGame("poncle", "VampireSurvivors")]
19+
[assembly: MelonGame("poncle", "Vampire Survivors")]
2020

2121
// Setting ComVisible to false makes the types in this assembly not visible
2222
// to COM components. If you need to access a type in this assembly from

examples/OptionalExample/AssembleInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[assembly: AssemblyFileVersion(ModInfo.Version)]
1717

1818
[assembly: MelonInfo(typeof(OptionalExample.OptionalExample), ModInfo.Name, ModInfo.Version, ModInfo.Author, ModInfo.Download)]
19-
[assembly: MelonGame("poncle", "VampireSurvivors")]
19+
[assembly: MelonGame("poncle", "Vampire Survivors")]
2020
[assembly: MelonOptionalDependencies("VSMenuModHelper")]
2121

2222
// Setting ComVisible to false makes the types in this assembly not visible

src/AssembleInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: AssemblyFileVersion(ModInfo.Version)]
1414

1515
[assembly: MelonInfo(typeof(VSMenuHelper), ModInfo.Name, ModInfo.Version, ModInfo.Author, ModInfo.Download)]
16-
[assembly: MelonGame("poncle", "VampireSurvivors")]
16+
[assembly: MelonGame("poncle", "Vampire Survivors")]
1717

1818
[assembly: ComVisible(false)]
1919

0 commit comments

Comments
 (0)