Archived
1
0

Completed core (except WL and history retrieval)

This commit is contained in:
Michael Gordeev
2020-05-11 02:21:16 +03:00
parent 2a987e33a2
commit 454ea6c0d0
5 changed files with 147 additions and 72 deletions
+3 -4
View File
@@ -130,7 +130,6 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Compile Include="Models\SuspendedUser.cs" />
<Compile Include="Services\DownloadsCenter.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="Utils\Feedback.cs" />
@@ -157,7 +156,7 @@
<Version>0.14.0</Version>
</PackageReference>
<PackageReference Include="ExtendedYouTubeAPI">
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PackageReference>
<PackageReference Include="Google.Apis.Auth">
<Version>1.45.0</Version>
@@ -184,10 +183,10 @@
<Version>10.1901.28001</Version>
</PackageReference>
<PackageReference Include="Microsoft.UI.Xaml">
<Version>2.3.200213001</Version>
<Version>2.4.0</Version>
</PackageReference>
<PackageReference Include="YoutubeExplode">
<Version>5.0.2</Version>
<Version>5.0.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>