Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps Microsoft.Graph from 3.26.0 to 5.0.0.

Release notes

Sourced from Microsoft.Graph's releases.

Microsoft.Graph.5.0.0-rc.5.nupkg

No release notes provided.

Microsoft.Graph.5.0.0-rc.4.nupkg

No release notes provided.

Microsoft.Graph.5.0.0-rc.3.nupkg

No release notes provided.

Microsoft.Graph.5.0.0-rc.2.nupkg

Changes:

  • 48c80530df46ebdbf2e34b5f27395bbcde64b7a7 Merge pull request #1606 from microsoftgraph/dependabot/github_actions/actions/checkout-3.3.0
  • e5f1422c70b6d4d1d97fc5f08d6f145042ac6ee6 Bump actions/checkout from 3.2.0 to 3.3.0

This list of changes was auto generated.

Microsoft.Graph.5.0.0-rc.1.nupkg

No release notes provided.

Microsoft.Graph.5.0.0-preview.14.nupkg

No release notes provided.

Microsoft.Graph.5.0.0-preview.13.nupkg

No release notes provided.

Microsoft.Graph.5.0.0-preview.12.nupkg

No release notes provided.

Microsoft.Graph.5.0.0-preview.11.nupkg

Changes:

  • 92d633144b72f7784d1f2957548ab2a298148237 Merge pull request #1478 from microsoftgraph/v1.0/pipelinebuild/85887
  • bd64d39696b28e9425e7a3cddb777181e5bfbb5a Updates version and release notes
  • 9460074a44ddc40885b4ae9fb8f8c0e4de3639d9 Update generated files with build 85887
  • 5d230b43531d39a64bc3448577123b37b6bf2f4b Merge pull request #1475 from microsoftgraph/dev

This list of changes was auto generated.

Microsoft.Graph.5.0.0-preview.10.nupkg

Changes:

  • b49b1fededcae76ce5eab3a80e64982b4d5de698 Merge pull request #1420 from microsoftgraph/v1.0/pipelinebuild/80520
  • 7b91cda04c1d3ff95c97d11b79621ca95ede4bf6 Merge branch 'dev' into v1.0/pipelinebuild/80520

... (truncated)

Changelog

Sourced from Microsoft.Graph's changelog.

[5.0.0] - 2023-02-28

  • GA release for Kiota SDK version

[5.0.0-rc.5] - 2023-02-09

  • [Breaking] Namespace and Request Builder renaming to align to paths defined in metadata (microsoft/kiota#2209)
  • Latest metadata updates from 7th February 2023 snapshot.

[5.0.0-rc.4] - 2023-01-25

  • Adds support for nullable reference types.
  • Latest metadata updates from 24th January 2023 snapshot.

[5.0.0-rc.3] - 2023-01-16

Changed

  • Fixed a regression where passing custom base url would not be reflected in the requests.
  • Latest metadata updates from 17th January 2023 snapshot.

[5.0.0-rc.2] - 2023-01-11

Changed

  • [Breaking] Renames CreateXXXRequestInformation methods to `ToXXXRequestInformation
  • Adds IAuthenticationProvider parameter to GraphServiceClient constructor taking a httpClient instance.
  • Latest metadata updates from 12th January 2023 snapshot

[5.0.0-rc.1] - 2022-12-16

Added

  • Adds support for multi value headers
  • Adds support for URI Form Encoded(application/x-www-form-urlencoded) serialization

Changed

  • Fixes Guid types represented as strings
  • Latest metadata updates from 14th December 2022 snapshot

[5.0.0-preview.14] - 2022-11-23

Changed

  • Adds baseUrl parameter to GraphServiceClient constructor to allow for easier updating of target endpoint
  • Adds ItemWithPath for request builder to enable path retrieval of drive items
  • Fix for default OdataType property in models causing errors from the API
  • Latest metadata updates from 22nd November 2022 snapshot

... (truncated)

Commits
  • 7a2be45 Merge branch 'master' into dev
  • ae8bfc8 Merge pull request #1660 from microsoftgraph/andrueastman/v4-reference-docs
  • b83adfc Merge pull request #1656 from microsoftgraph/feature/5.0
  • 3c4323f Merge pull request #1664 from microsoftgraph/upgradeGuideUpdates
  • 53554cc Merge pull request #1662 from microsoftgraph/kiota/v1.0/pipelinebuild/107286
  • 8d8a9c8 Merge remote-tracking branch 'origin/dev' into upgradeGuideUpdates
  • 4050691 Cleans up exception usages
  • 3ca0f98 Merge pull request #1663 from microsoftgraph/feature/workflow-cleanup
  • d873cf5 Merge branch 'kiota/v1.0/pipelinebuild/107286' into upgradeGuideUpdates
  • d439b43 Fixes dependency
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) from 3.26.0 to 5.0.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-dotnet@3.26.0...5.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Graph
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 9, 2023

Superseded by #83.

@dependabot dependabot bot closed this Mar 9, 2023
@dependabot dependabot bot deleted the dependabot/nuget/v3/Microsoft.Graph-5.0.0 branch March 9, 2023 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant