Skip to content

Commit 82dd87d

Browse files
authored
Merge pull request #567 from microsoft/release-please--branches--main--components--kiota-dotnet
chore(main): release 1.20.0
2 parents 4aa10e1 + 8547169 commit 82dd87d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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-
".": "1.19.1"
2+
".": "1.20.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.20.0](https://github.com/microsoft/kiota-dotnet/compare/v1.19.1...v1.20.0) (2025-09-23)
9+
10+
11+
### Features
12+
13+
* adds the ability to pass the http version for netstandard/netfx/netcore instead of using a hardcoded value (default http/2) ([4aa10e1](https://github.com/microsoft/kiota-dotnet/commit/4aa10e17e5385e2169f253bc5547f0e67c3ac556))
14+
15+
16+
### Bug Fixes
17+
18+
* get the http version and version policy from the http client for net5+ instead of using a hardcoded value (default http/2) ([4aa10e1](https://github.com/microsoft/kiota-dotnet/commit/4aa10e17e5385e2169f253bc5547f0e67c3ac556))
19+
820
## [1.19.1](https://github.com/microsoft/kiota-dotnet/compare/v1.19.0...v1.19.1) (2025-07-04)
921

1022

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.19.1</VersionPrefix>
4+
<VersionPrefix>1.20.0</VersionPrefix>
55
<VersionSuffix/>
66
<!-- This is overidden in test projects by setting to true-->
77
<IsTestProject>false</IsTestProject>

0 commit comments

Comments
 (0)