Skip to content

Commit

Permalink
update for asf 5.1.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudokhvist committed May 28, 2021
1 parent 497beda commit a838b6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ArchiSteamFarm
Submodule ArchiSteamFarm updated 278 files
6 changes: 4 additions & 2 deletions Commandless-Redeem/Commandless-Redeem.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
using System;
using System.Composition;
using System.Threading.Tasks;
using ArchiSteamFarm;
using ArchiSteamFarm.Plugins;
using ArchiSteamFarm.Core;
using ArchiSteamFarm.Steam;
using ArchiSteamFarm.Steam.Storage;
using ArchiSteamFarm.Plugins.Interfaces;
using JetBrains.Annotations;

namespace CommandlessRedeem {
Expand Down
2 changes: 1 addition & 1 deletion Commandless-Redeem/Commandless-Redeem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Authors>Ryzhehvost</Authors>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<TargetFrameworks>net5.0;net48</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit a838b6a

Please sign in to comment.