Skip to content

Commit ae9a82f

Browse files
chore(main): release 1.21.0 (#582)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
1 parent 08edbad commit ae9a82f

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.21.0](https://github.com/microsoft/kiota-dotnet/compare/v1.20.1...v1.21.0) (2025-10-28)
9+
10+
11+
### Features
12+
13+
* Add SetContentFromEnumCollection method to RequestInformation class ([d970e8e](https://github.com/microsoft/kiota-dotnet/commit/d970e8edcf4c18b906d8754537eb6b8583c227e1))
14+
15+
16+
### Bug Fixes
17+
18+
* Restore constructor backwards compatibility on old .NET versions. ([ce59749](https://github.com/microsoft/kiota-dotnet/commit/ce5974988f6636accc48388358c43825f2703339))
19+
* Restore constructor compatibility consuming a downlevel library on .NET 5+. ([36c543e](https://github.com/microsoft/kiota-dotnet/commit/36c543ed1c44daea781fd4c969d8c38a2301f173))
20+
* Restore HttpClientRequestAdapter constructor compatibility between .NET 5+ and .NET Standard/Framework ([08edbad](https://github.com/microsoft/kiota-dotnet/commit/08edbada7f1747f50df334654a71ef77cbdf02e4))
21+
822
## [1.20.1](https://github.com/microsoft/kiota-dotnet/compare/v1.20.0...v1.20.1) (2025-09-26)
923

1024

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Common default project properties for ALL projects-->
33
<PropertyGroup>
4-
<VersionPrefix>1.20.1</VersionPrefix>
4+
<VersionPrefix>1.21.0</VersionPrefix>
55
<VersionSuffix/>
66
<!-- This is overidden in test projects by setting to true-->
77
<IsTestProject>false</IsTestProject>

0 commit comments

Comments
 (0)