Skip to content

Commit dd60639

Browse files
author
Andrew Omondi
committed
Update version and release notes
1 parent 2e26b2f commit dd60639

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v
88
## [Unreleased]
99

1010

11+
## [5.3.0] - 2023-03-21
12+
13+
### Added
14+
15+
- Allows checking for status codes without parsing request bodies in batch requests (https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/pull/626)
16+
- Updates kiota abstraction library dependencies to fix serialization errors.
17+
- Metadata fixes for missing expand clauses for messages,calendar and mailfolder endpoints
18+
- Latest metadata updates from 21st March 2023
19+
1120
## [5.2.0] - 2023-03-14
1221

1322
### Added

src/Microsoft.Graph/Microsoft.Graph.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<DelaySign>false</DelaySign>
2222
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
2323
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
24-
<VersionPrefix>5.2.0</VersionPrefix>
24+
<VersionPrefix>5.3.0</VersionPrefix>
2525
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
2626
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
2727
<!-- VersionPrefix major and patch versions must be manually set. -->
2828
<VersionSuffix></VersionSuffix>
2929
<PackageReleaseNotes>
30-
- Latest metadata updates from 14th March 2023
30+
https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md
3131
</PackageReleaseNotes>
3232
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3333
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)