Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniachi committed Jun 8, 2024
1 parent 160e8ed commit 04723c8
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
Binary file modified Plugins Store/Totoro.Plugins.Anime.AllAnime.dll
Binary file not shown.
Binary file modified Plugins Store/Totoro.Plugins.Anime.AnimePahe.dll
Binary file not shown.
Binary file modified Plugins Store/Totoro.Plugins.Anime.Aniwave.dll
Binary file not shown.
Binary file modified Plugins Store/Totoro.Plugins.Manga.MangaDex.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<Version>2.7</Version>
<Version>2.8</Version>
<OutputPath Condition="$(Configuration) == Release">..\..\..\Plugins Store\</OutputPath>
<AppendTargetFrameworkToOutputPath Condition="$(Configuration) == Release">false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath Condition="$(Configuration) == Release">false</AppendRuntimeIdentifierToOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<Version>1.11</Version>
<Version>1.12</Version>
<OutputPath Condition="$(Configuration) == Release">..\..\..\Plugins Store\</OutputPath>
<AppendTargetFrameworkToOutputPath Condition="$(Configuration) == Release">false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath Condition="$(Configuration) == Release">false</AppendRuntimeIdentifierToOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<Version>1.1</Version>
<Version>1.2</Version>
<OutputPath Condition="$(Configuration) == Release">..\..\..\Plugins Store\</OutputPath>
<AppendTargetFrameworkToOutputPath Condition="$(Configuration) == Release">false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath Condition="$(Configuration) == Release">false</AppendRuntimeIdentifierToOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<Version>1.2</Version>
<Version>1.3</Version>
<OutputPath Condition="$(Configuration) == Release">..\..\..\Plugins Store\</OutputPath>
<AppendTargetFrameworkToOutputPath Condition="$(Configuration) == Release">false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath Condition="$(Configuration) == Release">false</AppendRuntimeIdentifierToOutputPath>
Expand Down
6 changes: 3 additions & 3 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"DisplayName": "Allanime",
"Version": "2.7.0.0",
"Version": "2.8.0.0",
"FileName": "Totoro.Plugins.Anime.AllAnime.dll"
},
{
Expand All @@ -22,14 +22,14 @@
},
{
"DisplayName": "Anime Pahe",
"Version": "1.11.0.0",
"Version": "1.12.0.0",
"FileName": "Totoro.Plugins.Anime.AnimePahe.dll"
}
],
"Manga": [
{
"DisplayName": "Manga Dex",
"Version": "1.2.0.0",
"Version": "1.3.0.0",
"FileName": "Totoro.Plugins.Manga.MangaDex.dll"
}
],
Expand Down

0 comments on commit 04723c8

Please sign in to comment.