Skip to content

Commit

Permalink
Update dependency AngleSharp to 1.2.0 (OrchardCMS#17302)
Browse files Browse the repository at this point in the history
* Update dependency AngleSharp to 1.2.0

* Typo

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Lehóczky <zoltan.lehoczky@lombiq.com>
  • Loading branch information
renovate[bot] and Piedone authored Jan 6, 2025
1 parent 8d88822 commit 5eaa6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="AngleSharp" Version="1.1.2" />
<PackageVersion Include="AngleSharp" Version="1.2.0" />
<PackageVersion Include="AWSSDK.S3" Version="3.7.411" />
<PackageVersion Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.301" />
<PackageVersion Include="Azure.Communication.Email" Version="1.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void FindHighestVersionedResourceFromManifest()
}

[Fact]
public void RegisterResouceUrl()
public void RegisterResourceUrl()
{
var resourceManager = new ResourceManager(
new OptionsWrapper<ResourceManagementOptions>(new ResourceManagementOptions()),
Expand Down

0 comments on commit 5eaa6ed

Please sign in to comment.