docs: update se-launcher/development/publishing/guidelines

This commit is contained in:
2025-07-10 09:49:00 +00:00
committed by Wiki Sync
parent 354338d5d0
commit ef93b1e046

View File

@@ -2,7 +2,7 @@
title: Plugin Guidelines for Official PluginHub title: Plugin Guidelines for Official PluginHub
description: A list of guidelines and limitations imposed by Official PluginHub of SE Launcher description: A list of guidelines and limitations imposed by Official PluginHub of SE Launcher
published: true published: true
date: 2025-07-08T07:45:40.991Z date: 2025-07-10T09:48:58.767Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-07-07T16:31:35.807Z dateCreated: 2025-07-07T16:31:35.807Z
@@ -78,8 +78,8 @@ Following these rules helps maintain a stable and fair environment for all playe
Please be aware of the following restrictions in the current launcher infrastructure: Please be aware of the following restrictions in the current launcher infrastructure:
1. **No NuGet Dependencies** 1. **No Plugin Dependencies**
External NuGet package dependencies are not yet supported. Plugin dependencies are not yet supported.
2. **Locked C# Language Version** 2. **Locked C# Language Version**
Plugin code must use the **default language version** defined by the current **launcher SDK**. This version is fixed and cannot be overridden. Plugin code must use the **default language version** defined by the current **launcher SDK**. This version is fixed and cannot be overridden.