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

Commit 2af8c7f

Browse files
authored
chore(main): release 0.2.1 (#47)
1 parent 20da3f4 commit 2af8c7f

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-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-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.2.1](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.0...v0.2.1) (2024-04-23)
4+
5+
6+
### Features
7+
8+
* add national cloud support ([#46](https://github.com/microsoftgraph/msgraph-beta-cli/issues/46)) ([b96dc1e](https://github.com/microsoftgraph/msgraph-beta-cli/commit/b96dc1ed4755017ce47b4a814bab707b0ede5f4b))
9+
* **generation:** update request builders and models ([#54](https://github.com/microsoftgraph/msgraph-beta-cli/issues/54)) ([21f7281](https://github.com/microsoftgraph/msgraph-beta-cli/commit/21f7281b260a6e9efa168ab89bc64827231ebb3d))

src/msgraph-beta-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-beta</AssemblyName>
10-
<Version>0.2.0-preview.1</Version>
10+
<Version>0.2.1</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.1" />
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.1"/>
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)