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

Commit 0b41f30

Browse files
chore(main): release 1.2.2 (#426)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Caleb Kiage <[email protected]>
1 parent f3e5f18 commit 0b41f30

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.1"
2+
".": "1.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.1...v1.2.2) (2024-07-25)
4+
5+
6+
### Bug Fixes
7+
8+
* only fetch valid X.509 certificates from the certificate store ([#425](https://github.com/microsoftgraph/msgraph-cli-core/issues/425)) ([79db8c9](https://github.com/microsoftgraph/msgraph-cli-core/commit/79db8c90ea8a93d0f82847f2ea4e6dce3a1d8f52))
9+
310
## [1.2.1](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.0...v1.2.1) (2024-02-13)
411

512

src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
99
<DebugType>portable</DebugType>
10-
<Version>1.2.1</Version>
10+
<Version>1.2.2</Version>
1111
<IsTrimmable>true</IsTrimmable>
1212

1313
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>

0 commit comments

Comments
 (0)