Skip to content

Commit 071292b

Browse files
authored
- bumps version for release of 1.3.1 (#7604)
1 parent 3bba27d commit 071292b

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

1414
### Changed
1515

16+
## [1.31.1] - 2026-04-13
17+
18+
### Added
19+
20+
### Changed
21+
1622
- Fixed a bug where local OpenAPI documents were opened with Read/Write instead of Read, briefly preventing concurrent kiota instances from running against the same file. [#7601](https://github.com/microsoft/kiota/pull/7601)
1723
- Fixed a bug with default strings representations.
1824

@@ -1717,3 +1723,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17171723
- Initial GitHub release
17181724

17191725

1726+

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.31.0</VersionPrefix>
18+
<VersionPrefix>1.31.1</VersionPrefix>
1919
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
2020
<PackageReleaseNotes>
2121
https://github.com/microsoft/kiota/releases

src/kiota/kiota.csproj

Lines changed: 1 addition & 2 deletions
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.31.0</VersionPrefix>
18+
<VersionPrefix>1.31.1</VersionPrefix>
1919
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
2020
<PackageReleaseNotes>
2121
https://github.com/microsoft/kiota/releases
@@ -64,7 +64,6 @@
6464
<PackageReference Include="StreamJsonRpc" Version="2.24.84" />
6565
<PackageReference Include="System.CommandLine" Version="2.0.5" />
6666
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
67-
6867
<ProjectReference Include="..\Kiota.Generated\KiotaGenerated.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
6968
</ItemGroup>
7069
<ItemGroup>

0 commit comments

Comments
 (0)