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

Commit 642a223

Browse files
authored
chore(main): release 1.2.0 (#340)
1 parent 8cf6476 commit 642a223

File tree

3 files changed

+28
-15
lines changed

3 files changed

+28
-15
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.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [1.2.0](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.1.0...v1.2.0) (2024-02-05)
4+
5+
6+
### Features
7+
8+
* add national cloud support ([#332](https://github.com/microsoftgraph/msgraph-cli-core/issues/332)) ([f78f591](https://github.com/microsoftgraph/msgraph-cli-core/commit/f78f5911ff9fa8a1dcf383431741face4f3c4fad))
9+
10+
11+
### Performance Improvements
12+
13+
* enable concurrent io when clearing the token cache ([f78f591](https://github.com/microsoftgraph/msgraph-cli-core/commit/f78f5911ff9fa8a1dcf383431741face4f3c4fad))

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

Lines changed: 14 additions & 14 deletions
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>embedded</DebugType>
10-
<Version>1.1.0</Version>
10+
<Version>1.2.0</Version>
1111
<IsTrimmable>true</IsTrimmable>
1212

1313
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
@@ -41,23 +41,23 @@
4141
</PropertyGroup>
4242

4343
<ItemGroup>
44-
<PackageReference Include="Azure.Identity" Version="1.10.4" />
45-
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
46-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
47-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
48-
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.6" />
49-
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.0" />
50-
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.3.5" />
51-
<PackageReference Include="Spectre.Console" Version="0.48.0" />
52-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
53-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
44+
<PackageReference Include="Azure.Identity" Version="1.10.4"/>
45+
<PackageReference Include="JmesPath.Net" Version="1.0.330"/>
46+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
47+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
48+
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.6"/>
49+
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.0"/>
50+
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.3.5"/>
51+
<PackageReference Include="Spectre.Console" Version="0.48.0"/>
52+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
53+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
5454
</ItemGroup>
5555

5656
<ItemGroup>
57-
<None Include="../../LICENSE" Pack="true" PackagePath="" />
58-
<None Include="../../README.md" Pack="true" PackagePath="" />
57+
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
58+
<None Include="../../README.md" Pack="true" PackagePath=""/>
5959
</ItemGroup>
6060
<ItemGroup>
61-
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests" />
61+
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests"/>
6262
</ItemGroup>
6363
</Project>

0 commit comments

Comments
 (0)