Skip to content

Commit

Permalink
chore(main): release 5.84.0-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 9, 2024
1 parent baa6123 commit 2f58136
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.83.0-preview"
".": "5.84.0-preview"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project does NOT adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and packages shipped from the beta service library will always be in `preview` as changes to the API are for non production use and commonly ship breaking changes.


## [5.84.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.83.0-preview...5.84.0-preview) (2024-10-09)


### Features

* **generation:** update request builders and models ([a962be9](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/commit/a962be91d3c61e0bb7a904d91c2da51429b60bf8))

## [5.83.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.82.1-preview...5.83.0-preview) (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Microsoft.Graph.Beta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PackageReleaseNotes>
<!-- edit this value to change the current major.minor.patch version -->
<!-- x-release-please-start-version -->
<Version>5.83.0-preview</Version>
<Version>5.84.0-preview</Version>
<!-- x-release-please-end -->
<!-- adds a version suffix if the Prerelease environment variable is set. BUILD_BUILDID is an
environment variable set by Azure pipelines from the build. We can use the buildid to correlate
Expand Down

0 comments on commit 2f58136

Please sign in to comment.