Skip to content

Commit

Permalink
Merge pull request #916 from microsoftgraph/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--Microsoft.Graph.Beta

chore(main): release 5.83.0-preview
  • Loading branch information
Ndiritu authored Oct 2, 2024
2 parents eb56245 + a3c9eb3 commit 51e44d4
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.82.1-preview"
".": "5.83.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.83.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.82.1-preview...5.83.0-preview) (2024-10-02)


### Features

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

## [5.82.1-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.82.0-preview...5.82.1-preview) (2024-09-30)


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.82.1-preview</Version>
<Version>5.83.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 51e44d4

Please sign in to comment.