Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.0.0-rc.2] - 2023-10-24

### Added

### Changed

- Use stderr for log output. [#359]
- Fix token refresh on incremental consent. [#352]
- Convert `--json-no-indent` flag to `raw_json` output option. Use it via `--output raw_json`. [#362]
- Improve error messages on authentication failure. [#369]
- Remove `REQUIRED` text from output option description. [#362]
- Always allow account selection on login.

## [1.0.0-rc.1] - 2023-09-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/msgraph-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>mgc</AssemblyName>
<Version>1.0.0-rc.1</Version>
<Version>1.0.0-rc.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down