Skip to content

Commit

Permalink
other: update HtmlAgilityPack to 1.9.2
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
Otiel committed Mar 12, 2019
1 parent b49f143 commit 98391c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/BandcampDownloader/BandcampDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.9.1.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.9.1\lib\Net45\HtmlAgilityPack.dll</HintPath>
<Reference Include="HtmlAgilityPack, Version=1.9.2.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.9.2\lib\Net45\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="ImageResizer, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ImageResizer.4.2.5\lib\net45\ImageResizer.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/BandcampDownloader/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="Config.Net" version="4.13.2" targetFramework="net452" />
<package id="Costura.Fody" version="3.3.2" targetFramework="net452" />
<package id="Fody" version="4.0.2" targetFramework="net452" developmentDependency="true" />
<package id="HtmlAgilityPack" version="1.9.1" targetFramework="net452" />
<package id="HtmlAgilityPack" version="1.9.2" targetFramework="net452" />
<package id="ImageResizer" version="4.2.5" targetFramework="net452" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net452" />
<package id="NLog" version="4.5.11" targetFramework="net452" />
Expand Down

0 comments on commit 98391c6

Please sign in to comment.