Merge branch 'net7'

This commit is contained in:
goat 2023-01-10 18:57:30 +01:00
commit b33a824787
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

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