From 97ba29494ebba9a7ebecfa3d34349f16883e270b Mon Sep 17 00:00:00 2001 From: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:26:50 +0200 Subject: [PATCH] Update Compilation Settings.md --- src/modlist_author_documentation/Compilation Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modlist_author_documentation/Compilation Settings.md b/src/modlist_author_documentation/Compilation Settings.md index 4d6edaa..9092c79 100644 --- a/src/modlist_author_documentation/Compilation Settings.md +++ b/src/modlist_author_documentation/Compilation Settings.md @@ -24,7 +24,7 @@ In Wabbajack, select _Create a Modlist_ to navigate to the configuration screen. | Field | Description | Notes | | ------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Modlist Name | **REQUIRED:** Name of your modlist | | -| Version | **REQUIRED:** Current Version | Wabbajack modlists **must** use [semantic versioning](https://semver.org/) and not some random text like "the best version on Earth" (this isn't the Nexus!)! | +| Version | **REQUIRED:** Current Version | Wabbajack modlists **must** comply with the [.NET Version Class](https://learn.microsoft.com/en-us/dotnet/api/system.version?view=net-7.0#remarks) `major.minor[.build[.revision]]` making `0.1.19.1` a valid version Example. Don't use Text or Special Characters in your version! | | Author | Modlist author--your name or alias | Should be your name in original modlists and/or the name of the original modlist author if you adapted a non-WJ modlist to WJ | | Description | Modlist description (max 700 charcters) | | | Image | Modlist image | Aspect ratio should be 16:9 for best results |