Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 2901fdb

Browse files
authored
Merge pull request #438 from microsoftgraph/release-please--branches--main--components--msgraph-cli-core
chore(main): release 1.3.0
2 parents a5fe538 + 4de755e commit 2901fdb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.2"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.2...v1.3.0) (2024-08-09)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* add default scopes to solve login error when no scopes are provided ([a5fe538](https://github.com/microsoftgraph/msgraph-cli-core/commit/a5fe538d448cb1a977942cfcf45bb1bbb57ac089))
14+
315
## [1.2.2](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.1...v1.2.2) (2024-07-25)
416

517

src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
99
<DebugType>portable</DebugType>
10-
<Version>1.2.2</Version>
10+
<Version>1.3.0</Version>
1111
<IsTrimmable>true</IsTrimmable>
1212

1313
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
@@ -48,7 +48,7 @@
4848
</PropertyGroup>
4949
<ItemGroup>
5050
<PackageReference Include="Azure.Identity" Version="1.12.0"/>
51-
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'" />
51+
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'"/>
5252
<PackageReference Include="JmesPath.Net" Version="1.0.330"/>
5353
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
5454
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>

0 commit comments

Comments
 (0)