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

Commit e52191b

Browse files
authored
Update program version (#61)
* Update program version * Update changelog
1 parent 3b36d2c commit e52191b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
## [0.1.0-preview.3] - 2022-03-17
15+
16+
### Added
17+
1218
- Added support for JMESPath queries #35
1319
- Added clientId and tenantId parameters to the login command #40
1420

src/msgraph-cli.csproj

Lines changed: 1 addition & 1 deletion
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.2</Version>
13+
<Version>0.1.0-preview.3</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)