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 c54444c commit 2f7d7a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ArchiSteamFarm
Submodule ArchiSteamFarm updated 278 files
2 changes: 1 addition & 1 deletion CaseInsensitiveASF/Case-Insensitive-ASF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Authors>Ryzhehvost</Authors>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<TargetFrameworks>net5.0;net48</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
Expand Down
4 changes: 2 additions & 2 deletions CaseInsensitiveASF/CaseInsensitiveASF.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Composition;
using ArchiSteamFarm;
using ArchiSteamFarm.Plugins;
using ArchiSteamFarm.Core;
using ArchiSteamFarm.Plugins.Interfaces;

namespace Ryzhehvost.CaseInsensitiveASF {
[Export(typeof(IPlugin))]
Expand Down

0 comments on commit 2f7d7a8

Please sign in to comment.