We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd57b5 commit 04b2485Copy full SHA for 04b2485
2 files changed
src/WakaTime.csproj
@@ -42,7 +42,7 @@
42
</PropertyGroup>
43
44
<ItemGroup>
45
- <PackageReference Include="Salaros.ConfigParser" Version="0.2.10" />
+ <PackageReference Include="Salaros.ConfigParser" Version="0.3.0" />
46
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" Condition="'$(TargetFramework)' != 'net45'" />
47
<PackageReference Include="DotNetZip" Version="1.11.0" Condition="'$(TargetFramework)' == 'net40'" />
48
<Reference Include="System.Web.Extensions" Condition="'$(TargetFramework)' == 'net45'" />
src/WakaTimeConfigFile.cs
@@ -3,7 +3,7 @@
3
using System.Net;
4
using System.Text;
5
using System.Text.RegularExpressions;
6
-using Salaros.Config;
+using Salaros.Configuration;
7
8
namespace WakaTime
9
{
0 commit comments