Skip to content

Commit 9959f15

Browse files
PolyMod.csproj is spelt wrong
1 parent 524310f commit 9959f15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PolyMod.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<GeneratedText><![CDATA[
3434
namespace PolyMod
3535
{
36-
public partial class Plugin
36+
public partial class Constants
3737
{
38-
internal const string VERSION = "$(Version)"%3B
38+
internal const string POLYMOD_VERSION = "$(Version)"%3B
3939
internal static readonly Version POLYTOPIA_VERSION = new("$(PolytopiaVersion)")%3B
4040
}
4141
}

0 commit comments

Comments
 (0)