mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Bump, remove obsolete prop
This commit is contained in:
parent
9cfbc35ac4
commit
c7b9751e0e
2 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue