Skip to content

Commit

Permalink
Merge pull request #10 from BlitterStudio/dependabot/nuget/HtmlAgilit…
Browse files Browse the repository at this point in the history
…yPack-1.11.72

Bump HtmlAgilityPack from 1.11.71 to 1.11.72
  • Loading branch information
midwan authored Dec 30, 2024
2 parents 8addce4 + 12e4a5d commit 3e0cf1b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Amigula.Persistence/Amigula.Persistence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlAgilityPack, Version=1.11.71.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a">
<HintPath>..\packages\HtmlAgilityPack.1.11.71\lib\Net45\HtmlAgilityPack.dll</HintPath>
<Reference Include="HtmlAgilityPack, Version=1.11.72.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a">
<HintPath>..\packages\HtmlAgilityPack.1.11.72\lib\Net45\HtmlAgilityPack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
Expand Down
2 changes: 1 addition & 1 deletion Amigula.Persistence/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HtmlAgilityPack" version="1.11.71" targetFramework="net46" />
<package id="HtmlAgilityPack" version="1.11.72" targetFramework="net46" />
</packages>
4 changes: 2 additions & 2 deletions Amigula/Amigula.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlAgilityPack, Version=1.11.71.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a">
<HintPath>..\packages\HtmlAgilityPack.1.11.71\lib\Net40\HtmlAgilityPack.dll</HintPath>
<Reference Include="HtmlAgilityPack, Version=1.11.72.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a">
<HintPath>..\packages\HtmlAgilityPack.1.11.72\lib\Net40\HtmlAgilityPack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Amigula/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.11.71.0" newVersion="1.11.71.0" />
<bindingRedirect oldVersion="0.0.0.0-1.11.72.0" newVersion="1.11.72.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reactive.PlatformServices" publicKeyToken="31bf3856ad364e35" culture="neutral" />
Expand Down
2 changes: 1 addition & 1 deletion Amigula/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HtmlAgilityPack" version="1.11.71" targetFramework="net40" />
<package id="HtmlAgilityPack" version="1.11.72" targetFramework="net40" />
<package id="Rx-Core" version="2.2.5" targetFramework="net40" />
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net40" />
<package id="Rx-Linq" version="2.2.5" targetFramework="net40" />
Expand Down

0 comments on commit 3e0cf1b

Please sign in to comment.