Bump plugin API level to 8

This commit is contained in:
NotNite 2023-01-10 10:48:30 -05:00
parent 96121e6218
commit 251359abe9
No known key found for this signature in database
GPG key ID: BD91A5402CCEB08A

View file

@ -38,7 +38,7 @@ internal partial class PluginManager : IDisposable, IServiceType
/// <summary> /// <summary>
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded. /// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
/// </summary> /// </summary>
public const int DalamudApiLevel = 7; public const int DalamudApiLevel = 8;
/// <summary> /// <summary>
/// Default time to wait between plugin unload and plugin assembly unload. /// Default time to wait between plugin unload and plugin assembly unload.