Skip to content

Commit

Permalink
Merge pull request #504 from microsoftgraph/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--msgraph-cli-core

chore(main): release 1.3.1
  • Loading branch information
baywet authored Nov 13, 2024
2 parents 866c187 + 088208b commit ffb8f53
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 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.3.0"
".": "1.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.1](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.3.0...v1.3.1) (2024-11-13)


### Bug Fixes

* removes reference to obsolete handler ([c79eb95](https://github.com/microsoftgraph/msgraph-cli-core/commit/c79eb9561fdec0ee7f27c63b1a0227c52a23293d))

## [1.3.0](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.2...v1.3.0) (2024-08-09)


Expand Down
34 changes: 17 additions & 17 deletions src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
<DebugType>portable</DebugType>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<IsTrimmable>true</IsTrimmable>

<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
Expand Down Expand Up @@ -47,26 +47,26 @@
<DefineConstants>OS_WINDOWS</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'" />
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.Graph.Core" Version="3.2.0" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.14.0" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.14.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.14.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Azure.Identity" Version="1.13.1"/>
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'"/>
<PackageReference Include="JmesPath.Net" Version="1.0.330"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0"/>
<PackageReference Include="Microsoft.Graph.Core" Version="3.2.0"/>
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.14.0"/>
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2"/>
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.14.0"/>
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.14.0"/>
<PackageReference Include="Spectre.Console" Version="0.49.1"/>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<None Include="../../LICENSE" Pack="true" PackagePath="" />
<None Include="../../README.md" Pack="true" PackagePath="" />
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
<None Include="../../README.md" Pack="true" PackagePath=""/>
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests" />
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests"/>
</ItemGroup>
</Project>

0 comments on commit ffb8f53

Please sign in to comment.