Skip to content

Commit

Permalink
Update AngleSharp 1.1.0 (#15139)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored and Skrypt committed Jan 25, 2024
1 parent 4ca4c0a commit 47c4f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageManagement Include="AngleSharp" Version="1.0.7" />
<PackageManagement Include="AngleSharp" Version="1.1.0" />
<PackageManagement Include="AWSSDK.S3" Version="3.7.104.11" />
<PackageManagement Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.7" />
<PackageManagement Include="AWSSDK.SecurityToken" Version="3.7.101.60" />
Expand Down
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The below table lists the different .NET libraries used in Orchard Core:

| Library | Usage | Version | License |
|--- | --- | --- | --- |
| [Angle Sharp](https://github.com/AngleSharp/AngleSharp) | Angle brackets parser library. | 1.0.7 |[MIT](https://github.com/AngleSharp/AngleSharp/blob/devel/LICENSE) |
| [Angle Sharp](https://github.com/AngleSharp/AngleSharp) | Angle brackets parser library. | 1.1.0 |[MIT](https://github.com/AngleSharp/AngleSharp/blob/devel/LICENSE) |
| [AWSSDK S3](https://github.com/aws/aws-sdk-net) | AWS SDK for .NET. | 3.7.104.11 |[Apache-2.0 license](https://github.com/aws/aws-sdk-net/blob/master/License.txt) |
| [AWSSDK SecurityToken](https://github.com/aws/aws-sdk-net) | AWS SDK for .NET. | 3.7.101.60 |[Apache-2.0 license](https://github.com/aws/aws-sdk-net/blob/master/License.txt) |
| [AWSSDK Extensions Setup](https://github.com/aws/aws-sdk-net) | AWS SDK for .NET. | 3.7.7 |[Apache-2.0 license](https://github.com/aws/aws-sdk-net/blob/master/License.txt) |
Expand Down

0 comments on commit 47c4f95

Please sign in to comment.