Skip to content

Commit 66d5c97

Browse files
authored
Merge pull request #917 from microsoftgraph/release-please--branches--main--components--Microsoft.Graph.Core
chore(main): release 3.1.22
2 parents de75d5c + ceb43b6 commit 66d5c97

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.21"
2+
".": "3.1.22"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.1.22](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.1.21...3.1.22) (2024-09-10)
9+
10+
11+
### Bug Fixes
12+
13+
* adds missing cancellation token parameter ([2213321](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/22133215fc2279a9b686f3ba81cbcd5c3bac54e9))
14+
* moves parse async out of the condition since it always accepts a cancellation token ([f29e4cd](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/f29e4cd33bf6c1e3e541aa21614aabaa52570cc5))
15+
* resolved handling of larger batch request message ([c78b39d](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/c78b39d44e7e43054322ea124a35d380bcda6c79))
16+
817
## [3.1.21](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.1.20...3.1.21) (2024-09-04)
918

1019

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
2222
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2323
<!-- x-release-please-start-version -->
24-
<VersionPrefix>3.1.21</VersionPrefix>
24+
<VersionPrefix>3.1.22</VersionPrefix>
2525
<!-- x-release-please-end -->
2626
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
2727
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->

0 commit comments

Comments
 (0)