From 9a81e43860b09b6da2cc51b2f562d15381cf6bc6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:12:11 +0000 Subject: [PATCH] chore(main): release 1.1.2 (#192) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ .../Microsoft.Kiota.Cli.Commons.csproj | 20 +++++++++---------- 3 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7867a62..30668ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2d10324 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.2](https://github.com/microsoft/kiota-cli-commons/compare/v1.1.1...v1.1.2) (2024-07-25) + + +### Performance Improvements + +* remove Linq usage ([faef688](https://github.com/microsoft/kiota-cli-commons/commit/faef6887694d87211a7677c12788d6652d5f871b)) diff --git a/src/Microsoft.Kiota.Cli.Commons/Microsoft.Kiota.Cli.Commons.csproj b/src/Microsoft.Kiota.Cli.Commons/Microsoft.Kiota.Cli.Commons.csproj index 93d96ce..1469143 100644 --- a/src/Microsoft.Kiota.Cli.Commons/Microsoft.Kiota.Cli.Commons.csproj +++ b/src/Microsoft.Kiota.Cli.Commons/Microsoft.Kiota.Cli.Commons.csproj @@ -5,7 +5,7 @@ latest disable enable - 1.1.1 + 1.1.2 true 1.0.0 @@ -35,18 +35,18 @@ - - - - - - + + + + + + - + - - + + \ No newline at end of file