You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BepInEx.Templates/templates/BepInEx6.PluginTemplate.Resonite/thunderstore.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ schemaVersion = "0.0.1"
6
6
[package]
7
7
namespace = "{firstAuthor}"# TODO: Change this to the team you're uploading the mod to on Thunderstore
8
8
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)
10
10
description = "Example mod description"# TODO: Change this to your mod's description, max 250 characters
11
11
websiteUrl = "{repositoryUrl}"# TODO: Change this to your mod's website/repository, or leave blank
0 commit comments