Skip to content

Commit

Permalink
Update. v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noriokun4649 committed Dec 17, 2023
1 parent cdad03f commit 2685a10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions KashiNaviLyricsPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public PluginInfo Initialise(IntPtr apiInterfacePtr)
mbApiInterface = new MusicBeeApiInterface();
mbApiInterface.Initialise(apiInterfacePtr);
about.PluginInfoVersion = PluginInfoVersion;
about.Name = $"{Provider}歌詞取得 (2021/6/23)";
about.Name = $"{Provider}歌詞取得 (2023/12/17)";
about.Description = $"{Provider}から歌詞を取得します。";
about.Author = "htsign(noriokun4649 Edit)";
about.TargetApplication = ""; // current only applies to artwork, lyrics or instant messenger name that appears in the provider drop down selector or target Instant Messenger
Expand Down

0 comments on commit 2685a10

Please sign in to comment.