Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Aug 17, 2024
1 parent 653b2d4 commit 61589f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ASFAchievementManagerEx/ASFAchievementManagerEx.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ArchiSteamFarm.Core;
using ArchiSteamFarm.Helpers.Json;
using ArchiSteamFarm.Plugins.Interfaces;
using ArchiSteamFarm.Steam;
using ASFAchievementManagerEx.Core;
Expand Down Expand Up @@ -40,7 +41,7 @@ public Task OnASFInit(IReadOnlyDictionary<string, JsonElement>? additionalConfig
{
try
{
config = configValue.Deserialize<PluginConfig>();
config = configValue.ToJsonObject<PluginConfig>();
if (config != null)
{
break;
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.1.2.0</Version>
<Version>1.1.2.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<Project>
<Import Project="ArchiSteamFarm/Directory.Packages.props" />
<ItemGroup>
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" />
</ItemGroup>
</Project>

0 comments on commit 61589f3

Please sign in to comment.