Skip to content

Commit

Permalink
Merge pull request #905 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.80.0-preview
  • Loading branch information
baywet authored Sep 12, 2024
2 parents 579fd9e + d846e4d commit 389f8b3
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.79.0-preview"
".": "5.80.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.80.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/5.79.0-preview...5.80.0-preview) (2024-09-12)


### Features

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

## [5.79.0-preview](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/compare/v5.78.1-preview...5.79.0-preview) (2024-09-05)


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.79.0-preview</Version>
<Version>5.80.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 389f8b3

Please sign in to comment.