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

Commit 150f98c

Browse files
authored
Chore/preview 6 (#154)
* Update graph core (add interactive browser login) * Update changelog
1 parent 8d2d78d commit 150f98c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"request": "launch",
2323
"preLaunchTask": "build",
2424
"program": "${workspaceFolder}/src/bin/Debug/net6.0/mgc.dll",
25-
"args": ["login", "--scopes", "User.ReadWrite Mail.ReadWrite"],
25+
"args": ["login"],
2626
"cwd": "${workspaceFolder}/src",
2727
"envFile": "${workspaceFolder}/src/.env",
2828
"console": "internalConsole",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [0.1.0-preview.6] - 2022-08-18
15+
16+
### Added
17+
- Added interactive browser login (`mgc login --strategy InteractiveBrowser`)
18+
19+
### Changed
20+
- Fix issue with corrupted config files on changing user accounts
21+
1422
## [0.1.0-preview.5] - 2022-06-10
1523
### Added
1624
- Add item sub-command for indexer paths (paths with id). `GET /users/{user-id}` changes from `mgc users get --user-id` to `mgc users item get --user-id`

src/msgraph-cli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<SelfContained>false</SelfContained>
1111
<PublishReadyToRun>true</PublishReadyToRun>
1212
<AssemblyName>mgc</AssemblyName>
13-
<Version>0.1.0-preview.5</Version>
13+
<Version>0.1.0-preview.6</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
2424
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
2525
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
26-
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="0.1.2-preview.1" />
26+
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="0.1.3-preview.2" />
2727
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.0.0-preview.10" />
2828
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.0-preview.3" />
2929
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="0.1.9-preview.2" />

0 commit comments

Comments
 (0)