We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12b1a0 commit cecb51fCopy full SHA for cecb51f
src/content/docs/creating-a-mod/packaging-and-publishing.mdx
@@ -28,7 +28,7 @@ schemaVersion = "0.0.1"
28
[package]
29
namespace = "AuthorName" # Your Thunderstore team name
30
name = "ProjectName" # Your mod's name (no spaces/special chars)
31
-versionNumber = "1.0.0" # Version from your .csproj file
+versionNumber = "1.0.0" # Version, only read when manually bundling. otherwise the version from your .csproj is used.
32
description = "Example mod description" # Max 250 characters
33
websiteUrl = "https://github.com/ResoniteModding/ProjectName" # Your GitHub/website URL
34
containsNsfwContent = false
0 commit comments