Skip to content

Commit dd06afb

Browse files
authored
Merge pull request #6530 from microsoft/release/v1.26.0
- bumps version for release of 1.26.0
2 parents da8858d + 9ccf9de commit dd06afb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14+
### Changed
15+
16+
## [1.26.0] - 2025-05-06
17+
18+
### Added
19+
1420
- Support for `--no-workspace` option in the CLI plugin add command to avoid using the workspace experience. [#6452](https://github.com/microsoft/kiota/issues/6452)
1521

1622
### Changed
@@ -1628,3 +1634,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16281634
- Initial GitHub release
16291635

16301636

1637+

src/Kiota.Builder/Kiota.Builder.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Title>Microsoft.OpenApi.Kiota.Builder</Title>
1616
<PackageId>Microsoft.OpenApi.Kiota.Builder</PackageId>
1717
<PackageOutputPath>./nupkg</PackageOutputPath>
18-
<VersionPrefix>1.25.1</VersionPrefix>
18+
<VersionPrefix>1.26.0</VersionPrefix>
1919
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
2020
<PackageReleaseNotes>
2121
https://github.com/microsoft/kiota/releases

src/kiota/kiota.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Title>Microsoft.OpenApi.Kiota</Title>
1616
<PackageId>Microsoft.OpenApi.Kiota</PackageId>
1717
<PackageOutputPath>./nupkg</PackageOutputPath>
18-
<VersionPrefix>1.25.1</VersionPrefix>
18+
<VersionPrefix>1.26.0</VersionPrefix>
1919
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
2020
<PackageReleaseNotes>
2121
https://github.com/microsoft/kiota/releases

0 commit comments

Comments
 (0)