Bump, remove obsolete prop

This commit is contained in:
Łukasz Domeradzki 2024-08-01 19:18:35 +02:00
parent 9cfbc35ac4
commit c7b9751e0e
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA
2 changed files with 1 additions and 5 deletions

View file

@ -55,10 +55,6 @@ using SteamKit2;
namespace ArchiSteamFarm.Plugins;
public static class PluginsCore {
[Obsolete("Should not be used by any third-party plugins, open issue if you need it")]
[PublicAPI]
public static int ActivePluginsCount => ActivePlugins.Count;
internal static bool HasCustomPluginsLoaded => ActivePlugins.Any(static plugin => plugin is not OfficialPlugin officialPlugin || !officialPlugin.HasSameVersion());
[ImportMany]

View file

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>6.0.5.3</Version>
<Version>6.0.6.0</Version>
</PropertyGroup>
<PropertyGroup>