Skip to content

Commit

Permalink
Chore/preview 6 (#154)
Browse files Browse the repository at this point in the history
* Update graph core (add interactive browser login)

* Update changelog
  • Loading branch information
calebkiage authored Aug 18, 2022
1 parent 8d2d78d commit 150f98c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/bin/Debug/net6.0/mgc.dll",
"args": ["login", "--scopes", "User.ReadWrite Mail.ReadWrite"],
"args": ["login"],
"cwd": "${workspaceFolder}/src",
"envFile": "${workspaceFolder}/src/.env",
"console": "internalConsole",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [0.1.0-preview.6] - 2022-08-18

### Added
- Added interactive browser login (`mgc login --strategy InteractiveBrowser`)

### Changed
- Fix issue with corrupted config files on changing user accounts

## [0.1.0-preview.5] - 2022-06-10
### Added
- 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`
Expand Down
4 changes: 2 additions & 2 deletions src/msgraph-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<SelfContained>false</SelfContained>
<PublishReadyToRun>true</PublishReadyToRun>
<AssemblyName>mgc</AssemblyName>
<Version>0.1.0-preview.5</Version>
<Version>0.1.0-preview.6</Version>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="0.1.2-preview.1" />
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="0.1.3-preview.2" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.0.0-preview.10" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.0.0-preview.3" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="0.1.9-preview.2" />
Expand Down

0 comments on commit 150f98c

Please sign in to comment.