Skip to content

Commit

Permalink
updating WakaTime# & Salaros.ConfigParser dependency to the latest ver
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Aug 13, 2018
1 parent df59a42 commit a071694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/MonoDevelop.WakaTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="ConfigParser">
<HintPath>packages\Salaros.ConfigParser.0.2.10\lib\net45\ConfigParser.dll</HintPath>
<HintPath>packages\Salaros.ConfigParser.0.3.1\lib\net45\ConfigParser.dll</HintPath>
</Reference>
<Reference Include="WakaTime">
<HintPath>packages\WakaTime.8.1.7\lib\net45\WakaTime.dll</HintPath>
<HintPath>packages\WakaTime.8.1.9\lib\net45\WakaTime.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
Expand Down
4 changes: 2 additions & 2 deletions src/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="ICSharpCode.NRefactory" version="5.5.1" targetFramework="net45" />
<package id="Mono.Addins" version="1.3.7" targetFramework="net45" />
<package id="Mono.Cecil" version="0.9.6.4" targetFramework="net45" />
<package id="Salaros.ConfigParser" version="0.2.10" targetFramework="net45" />
<package id="Salaros.ConfigParser" version="0.3.1" targetFramework="net45" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net45" />
<package id="WakaTime" version="8.1.7" targetFramework="net45" />
<package id="WakaTime" version="8.1.9" targetFramework="net45" />
</packages>

0 comments on commit a071694

Please sign in to comment.