Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MegaApiClient from 1.10.3 to 1.10.4 #2579

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump MegaApiClient from 1.10.3 to 1.10.4
Bumps [MegaApiClient](https://github.com/gpailler/MegaApiClient) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/gpailler/MegaApiClient/releases)
- [Commits](gpailler/MegaApiClient@v1.10.3...v1.10.4)

---
updated-dependencies:
- dependency-name: MegaApiClient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
commit fdd5086393f410d781aaea3235c89c9d68f90174
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MegaApiClient" Version="1.10.3" />
<PackageReference Include="MegaApiClient" Version="1.10.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>

Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
<PackageReference Include="MegaApiClient" Version="1.10.3" />
<PackageReference Include="MegaApiClient" Version="1.10.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>

Loading