Skip to content

Commit

Permalink
fix: add missing IApplicationPaths from nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Feb 13, 2025
1 parent e2ef1d7 commit 34e8bee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Shoko.Plugin.Abstractions/IApplicationPaths.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

namespace Shoko.Plugin.Abstractions;

/// <summary>
/// Interface IApplicationPaths.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Shoko.Plugin.Abstractions/Shoko.Plugin.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryUrl>https://github.com/ShokoAnime/ShokoServer</RepositoryUrl>
<PackageTags>plugins, shoko, anime, metadata, tagging</PackageTags>
<PackageReleaseNotes>Renamer Rewrite</PackageReleaseNotes>
<Version>4.2.0-beta2</Version>
<Version>4.2.0-beta3</Version>
<Configurations>Debug;Release;Benchmarks</Configurations>
<Platforms>AnyCPU;x64</Platforms>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
Expand Down
1 change: 1 addition & 0 deletions Shoko.Server/Services/AbstractApplicationPaths.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

using System.IO;
using System.Reflection;
using Shoko.Plugin.Abstractions;
using Shoko.Server.Utilities;

#nullable enable
Expand Down

0 comments on commit 34e8bee

Please sign in to comment.