mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Bump, remove obsolete prop
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>6.0.5.3</Version>
|
||||
<Version>6.0.6.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user