Skip to content

Commit

Permalink
switching to the latest version of ConfigParser
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Jun 29, 2018
1 parent 4cd57b5 commit 04b2485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/WakaTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Salaros.ConfigParser" Version="0.2.10" />
<PackageReference Include="Salaros.ConfigParser" Version="0.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" Condition="'$(TargetFramework)' != 'net45'" />
<PackageReference Include="DotNetZip" Version="1.11.0" Condition="'$(TargetFramework)' == 'net40'" />
<Reference Include="System.Web.Extensions" Condition="'$(TargetFramework)' == 'net45'" />
Expand Down
2 changes: 1 addition & 1 deletion src/WakaTimeConfigFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using Salaros.Config;
using Salaros.Configuration;

namespace WakaTime
{
Expand Down

0 comments on commit 04b2485

Please sign in to comment.