Skip to content

Commit

Permalink
fix some typos in mod downloader, update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobNotFound committed Aug 22, 2024
1 parent e38d23a commit ae1f893
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<PackageVersion Include="WinUIEx" Version="2.3.4" />
<PackageVersion Include="XboxAuthNet.Game.Msal" Version="0.0.5" />
<!--Emerald.CoreX-->
<PackageVersion Include="CmlLib.Core" Version="4.0.0" />
<PackageVersion Include="CmlLib.Core.Auth.Microsoft" Version="3.1.0" />
<PackageVersion Include="CmlLib.Core" Version="4.0.2" />
<PackageVersion Include="CmlLib.Core.Auth.Microsoft" Version="3.2.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0-preview.6.24327.7" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="RestSharp" Version="111.4.1" />
</ItemGroup>
</Project>
</Project>
1 change: 1 addition & 0 deletions Emerald.CoreX/Store/Modrinth/JSON.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

namespace Emerald.CoreX.Store.Modrinth.JSON;

Expand Down
2 changes: 1 addition & 1 deletion Emerald.CoreX/Store/Modrinth/Stores.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Threading.Tasks;
using Emerald.CoreX.Store.Modrinth.JSON;
using Microsoft.Extensions.Logging;
using CMLLib.Core;
using CmlLib.Core;
namespace Emerald.CoreX.Store.Modrinth;

public class ModStore : ModrinthStore
Expand Down

0 comments on commit ae1f893

Please sign in to comment.