Merge pull request #1059 from NotNite/net7

This commit is contained in:
goat 2023-01-10 18:49:49 +01:00 committed by GitHub
commit 47d7123279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.