Skip to content

Commit

Permalink
Merge branch 'main' into nikithauc/test-index
Browse files Browse the repository at this point in the history
  • Loading branch information
nikithauc authored Mar 18, 2022
2 parents 69156a1 + 9454481 commit 5650584
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

## [0.0.19] - 2022-03-18

### Added

- Adds a `--clean-output` argument to clean the target directory before generation #1357
- Adds support for `text/plain` responses for CSharp, Java, TypeScript and Go. #878

Expand All @@ -23,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a bug where referenced types with no titles would fail to generate #1271
- Fixed a bug where the generator would introduce unnecessary union types for nullables. #990
- TypeScript adding index exporting models to fix #870.
- Moved all the dotnet libraries to their own repository. #1409

## [0.0.18] - 2022-03-14

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.18</Version>
<Version>0.0.19</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/microsoft/kiota</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit 5650584

Please sign in to comment.