Skip to content

Commit

Permalink
Bump, remove obsolete prop
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Aug 1, 2024
1 parent 9cfbc35 commit c7b9751
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions ArchiSteamFarm/Plugins/PluginsCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
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]
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>6.0.5.3</Version>
<Version>6.0.6.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit c7b9751

Please sign in to comment.