Skip to content

Commit

Permalink
Merge pull request #1525 from microsoft/release/doubleotwentythree
Browse files Browse the repository at this point in the history
- release 0.0.23
  • Loading branch information
baywet authored Apr 19, 2022
2 parents 69d4bd6 + 46d96c2 commit 25d8b33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [0.0.23] - 2022-04-19

### Changed

- Fixed a bug where line returns in descriptions could break the generated code. [#1504](https://github.com/microsoft/kiota/issues/1504)
- Fixed a bug with special characters in query parameters names. [#1445](https://github.com/microsoft/kiota/issues/1445)
- Fixed a bug where complex types path parameters would fail to generate.
Expand Down
2 changes: 1 addition & 1 deletion src/kiota/kiota.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>kiota</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>0.0.22</Version>
<Version>0.0.23</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/microsoft/kiota</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit 25d8b33

Please sign in to comment.