Skip to content

Commit

Permalink
chore(main): release 1.1.2 (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 25, 2024
1 parent 127e878 commit 9a81e43
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.1.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
20 changes: 10 additions & 10 deletions src/Microsoft.Kiota.Cli.Commons/Microsoft.Kiota.Cli.Commons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<IsTrimmable>true</IsTrimmable>

<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
Expand Down Expand Up @@ -35,18 +35,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.11" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="JmesPath.Net" Version="1.0.330"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1"/>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.11"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Spectre.Console" Version="0.49.1"/>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
<!-- System.CommandLine depends on a vulnerable version -->
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.4"/>
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Microsoft.Kiota.Cli.Commons.Tests" />
<None Include="../../README.md" Pack="true" PackagePath="" />
<InternalsVisibleTo Include="Microsoft.Kiota.Cli.Commons.Tests"/>
<None Include="../../README.md" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>

0 comments on commit 9a81e43

Please sign in to comment.