Skip to content

Commit f28633b

Browse files
committed
fix typo
1 parent fa403df commit f28633b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BepInEx.Templates/templates/BepInEx6.PluginTemplate.Resonite/thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ schemaVersion = "0.0.1"
66
[package]
77
namespace = "{firstAuthor}" # TODO: Change this to the team you're uploading the mod to on Thunderstore
88
name = "ProjectName" # Change this to your mod's name, no spaces or special characters, max 128 characters
9-
# versionNumber = "{version}" # Uncomment this if using publishing via manual tcli! Change this to your mod's version, must be in semantic versioning format (e.g. 1.0.0, 2.1.3, 0.1.0-alpha.1)
9+
# versionNumber = "{version}" # Uncomment this if publishing via manual tcli! Change this to your mod's version, must be in semantic versioning format (e.g. 1.0.0, 2.1.3, 0.1.0-alpha.1)
1010
description = "Example mod description" # TODO: Change this to your mod's description, max 250 characters
1111
websiteUrl = "{repositoryUrl}" # TODO: Change this to your mod's website/repository, or leave blank
1212
containsNsfwContent = false

0 commit comments

Comments
 (0)