From 7af7f89ba06c40f0221863d46ef01305747df60c Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 18 Mar 2022 15:53:24 -0400 Subject: [PATCH] - releases kiota 0.0.19 --- CHANGELOG.md | 7 +++++++ src/kiota/kiota.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b43843eeb3..efd4c67e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -22,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed a bug where union types with inline schema member types would fail to generate #1270 - 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 +- Moved all the dotnet libraries to their own repository. #1409 ## [0.0.18] - 2022-03-14 diff --git a/src/kiota/kiota.csproj b/src/kiota/kiota.csproj index 3bc01dc701..fb69907488 100644 --- a/src/kiota/kiota.csproj +++ b/src/kiota/kiota.csproj @@ -6,7 +6,7 @@ true kiota ./nupkg - 0.0.18 + 0.0.19 true https://github.com/microsoft/kiota