Skip to content

Commit

Permalink
Update CLI version (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Feb 27, 2023
1 parent 22972f7 commit f932864
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0-preview.1] - 2023-02-27

### Added

### Changed
- Change MacOS & Linux packages to use tar archives
- Fix Azure Identity logs showing when not needed

## [0.1.0-preview.8] - 2023-02-10

### 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>0.1.0-preview.8</Version>
<Version>0.2.0-preview.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit f932864

Please sign in to comment.