Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Apr 30, 2024
1 parent 20da3f4 commit 2af8c7f
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@
{
".": "0.2.0"
".": "0.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.2.1](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.0...v0.2.1) (2024-04-23)


### Features

* add national cloud support ([#46](https://github.com/microsoftgraph/msgraph-beta-cli/issues/46)) ([b96dc1e](https://github.com/microsoftgraph/msgraph-beta-cli/commit/b96dc1ed4755017ce47b4a814bab707b0ede5f4b))
* **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))
16 changes: 8 additions & 8 deletions src/msgraph-beta-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-beta</AssemblyName>
<Version>0.2.0-preview.1</Version>
<Version>0.2.1</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.1" />
<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.1"/>
<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 2af8c7f

Please sign in to comment.