Skip to content

Commit 46a5c00

Browse files
authored
Merge pull request #571 from microsoft/release-please--branches--main--components--kiota-dotnet
chore(main): release 1.20.1
2 parents 0f348e5 + 6eaac27 commit 46a5c00

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.20.0"
2+
".": "1.20.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1](https://github.com/microsoft/kiota-dotnet/compare/v1.20.0...v1.20.1) (2025-09-26)
9+
10+
11+
### Bug Fixes
12+
13+
* upgrades azure core dependency ([3d56749](https://github.com/microsoft/kiota-dotnet/commit/3d56749da4a3ec63c2e5d47fd43abfb8d4caeb8a))
14+
815
## [1.20.0](https://github.com/microsoft/kiota-dotnet/compare/v1.19.1...v1.20.0) (2025-09-23)
916

1017

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

0 commit comments

Comments
 (0)