Skip to content

Commit 02f66ba

Browse files
authored
chore(main): release 1.3.0 (#425)
1 parent ae339fb commit 02f66ba

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
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.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.2.0...v1.3.0) (2024-02-06)
6+
7+
8+
### Features
9+
10+
* add national clouds support ([#423](https://github.com/microsoftgraph/msgraph-cli/issues/423)) ([f29cc5c](https://github.com/microsoftgraph/msgraph-cli/commit/f29cc5cc52ebc9e2e67b7605c22722e29db4ba93))
11+
* **generation:** update request builders and models ([#428](https://github.com/microsoftgraph/msgraph-cli/issues/428)) ([ae339fb](https://github.com/microsoftgraph/msgraph-cli/commit/ae339fbabcd89173042e602b5b6357f3016fd157))
12+
513
## [1.2.0] - 2024-01-22
614

715
### Added

src/msgraph-cli.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>disable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<AssemblyName>mgc</AssemblyName>
10-
<Version>1.2.0</Version>
10+
<Version>1.3.0</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
@@ -54,15 +54,15 @@
5454
</PropertyGroup>
5555

5656
<ItemGroup>
57-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
58-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
59-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
60-
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.0" />
61-
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
57+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0"/>
58+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0"/>
59+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0"/>
60+
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.0"/>
61+
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1"/>
6262
</ItemGroup>
6363

6464
<ItemGroup>
65-
<None Include="../LICENSE" Pack="true" PackagePath="" />
66-
<None Include="../README.md" Pack="true" PackagePath="" />
65+
<None Include="../LICENSE" Pack="true" PackagePath=""/>
66+
<None Include="../README.md" Pack="true" PackagePath=""/>
6767
</ItemGroup>
6868
</Project>

0 commit comments

Comments
 (0)