Skip to content

Commit

Permalink
Merge pull request #438 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.0
  • Loading branch information
baywet authored Aug 9, 2024
2 parents a5fe538 + 4de755e commit 2901fdb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.2.2"
".": "1.3.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* add web account manager (WAM) support ([#436](https://github.com/microsoftgraph/msgraph-cli-core/issues/436)) ([a5fe538](https://github.com/microsoftgraph/msgraph-cli-core/commit/a5fe538d448cb1a977942cfcf45bb1bbb57ac089))


### Bug Fixes

* add default scopes to solve login error when no scopes are provided ([a5fe538](https://github.com/microsoftgraph/msgraph-cli-core/commit/a5fe538d448cb1a977942cfcf45bb1bbb57ac089))

## [1.2.2](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.1...v1.2.2) (2024-07-25)


Expand Down
4 changes: 2 additions & 2 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.2.2</Version>
<Version>1.3.0</Version>
<IsTrimmable>true</IsTrimmable>

<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
Expand Down Expand Up @@ -48,7 +48,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0"/>
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'" />
<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.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
Expand Down

0 comments on commit 2901fdb

Please sign in to comment.