Skip to content

Commit cecb51f

Browse files
authored
Update packaging-and-publishing.mdx
1 parent c12b1a0 commit cecb51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/creating-a-mod/packaging-and-publishing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ schemaVersion = "0.0.1"
2828
[package]
2929
namespace = "AuthorName" # Your Thunderstore team name
3030
name = "ProjectName" # Your mod's name (no spaces/special chars)
31-
versionNumber = "1.0.0" # Version from your .csproj file
31+
versionNumber = "1.0.0" # Version, only read when manually bundling. otherwise the version from your .csproj is used.
3232
description = "Example mod description" # Max 250 characters
3333
websiteUrl = "https://github.com/ResoniteModding/ProjectName" # Your GitHub/website URL
3434
containsNsfwContent = false

0 commit comments

Comments
 (0)