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

Commit 088208b

Browse files
chore(main): release 1.3.1
1 parent 866c187 commit 088208b

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
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.3.0"
2+
".": "1.3.1"
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.3.1](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.3.0...v1.3.1) (2024-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* removes reference to obsolete handler ([c79eb95](https://github.com/microsoftgraph/msgraph-cli-core/commit/c79eb9561fdec0ee7f27c63b1a0227c52a23293d))
9+
310
## [1.3.0](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.2...v1.3.0) (2024-08-09)
411

512

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

Lines changed: 17 additions & 17 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>portable</DebugType>
10-
<Version>1.3.0</Version>
10+
<Version>1.3.1</Version>
1111
<IsTrimmable>true</IsTrimmable>
1212

1313
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
@@ -47,26 +47,26 @@
4747
<DefineConstants>OS_WINDOWS</DefineConstants>
4848
</PropertyGroup>
4949
<ItemGroup>
50-
<PackageReference Include="Azure.Identity" Version="1.13.1" />
51-
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'" />
52-
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
53-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
54-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
55-
<PackageReference Include="Microsoft.Graph.Core" Version="3.2.0" />
56-
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.14.0" />
57-
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2" />
58-
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.14.0" />
59-
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.14.0" />
60-
<PackageReference Include="Spectre.Console" Version="0.49.1" />
61-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
62-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
50+
<PackageReference Include="Azure.Identity" Version="1.13.1"/>
51+
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'"/>
52+
<PackageReference Include="JmesPath.Net" Version="1.0.330"/>
53+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1"/>
54+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0"/>
55+
<PackageReference Include="Microsoft.Graph.Core" Version="3.2.0"/>
56+
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.14.0"/>
57+
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2"/>
58+
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.14.0"/>
59+
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.14.0"/>
60+
<PackageReference Include="Spectre.Console" Version="0.49.1"/>
61+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
62+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
6363
</ItemGroup>
6464

6565
<ItemGroup>
66-
<None Include="../../LICENSE" Pack="true" PackagePath="" />
67-
<None Include="../../README.md" Pack="true" PackagePath="" />
66+
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
67+
<None Include="../../README.md" Pack="true" PackagePath=""/>
6868
</ItemGroup>
6969
<ItemGroup>
70-
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests" />
70+
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests"/>
7171
</ItemGroup>
7272
</Project>

0 commit comments

Comments
 (0)