Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage committed Feb 6, 2024
1 parent ae339fb commit 02f66ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 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.2.0"
".": "1.3.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [1.3.0](https://github.com/microsoftgraph/msgraph-cli/compare/v1.2.0...v1.3.0) (2024-02-06)


### Features

* add national clouds support ([#423](https://github.com/microsoftgraph/msgraph-cli/issues/423)) ([f29cc5c](https://github.com/microsoftgraph/msgraph-cli/commit/f29cc5cc52ebc9e2e67b7605c22722e29db4ba93))
* **generation:** update request builders and models ([#428](https://github.com/microsoftgraph/msgraph-cli/issues/428)) ([ae339fb](https://github.com/microsoftgraph/msgraph-cli/commit/ae339fbabcd89173042e602b5b6357f3016fd157))

## [1.2.0] - 2024-01-22

### Added
Expand Down
16 changes: 8 additions & 8 deletions src/msgraph-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>mgc</AssemblyName>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -54,15 +54,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.0" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0"/>
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.0"/>
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1"/>
</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>
</Project>

0 comments on commit 02f66ba

Please sign in to comment.