Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Feb 5, 2024
1 parent 8cf6476 commit 642a223
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [1.2.0](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.1.0...v1.2.0) (2024-02-05)


### Features

* add national cloud support ([#332](https://github.com/microsoftgraph/msgraph-cli-core/issues/332)) ([f78f591](https://github.com/microsoftgraph/msgraph-cli-core/commit/f78f5911ff9fa8a1dcf383431741face4f3c4fad))


### Performance Improvements

* enable concurrent io when clearing the token cache ([f78f591](https://github.com/microsoftgraph/msgraph-cli-core/commit/f78f5911ff9fa8a1dcf383431741face4f3c4fad))
28 changes: 14 additions & 14 deletions src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
<DebugType>embedded</DebugType>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<IsTrimmable>true</IsTrimmable>

<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
Expand Down Expand Up @@ -41,23 +41,23 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.6" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.0" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.3.5" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Azure.Identity" Version="1.10.4"/>
<PackageReference Include="JmesPath.Net" Version="1.0.330"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.6"/>
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.0"/>
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.3.5"/>
<PackageReference Include="Spectre.Console" Version="0.48.0"/>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<None Include="../../LICENSE" Pack="true" PackagePath="" />
<None Include="../../README.md" Pack="true" PackagePath="" />
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
<None Include="../../README.md" Pack="true" PackagePath=""/>
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests" />
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests"/>
</ItemGroup>
</Project>

0 comments on commit 642a223

Please sign in to comment.