This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14+ ## [ 1.1.0] - 2023-11-29
15+
16+ ### Added
17+
18+ ### Changed
19+
20+ - Fix calendar-view list. [ #389 ]
21+
1422## [ 1.0.0] - 2023-11-20
1523
1624### Added
Original file line number Diff line number Diff line change 77 <ImplicitUsings >disable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 <AssemblyName >mgc</AssemblyName >
10- <Version >1.0 .0</Version >
10+ <Version >1.1 .0</Version >
1111 </PropertyGroup >
1212
1313 <PropertyGroup >
5454 </PropertyGroup >
5555
5656 <ItemGroup >
57- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 7 .0.0" />
58- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 7 .0.0" />
59- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 7 .0.0" />
60- <PackageReference Include =" Microsoft.Graph.Cli.Core" Version =" 1.0.0-preview.10 " />
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.0.0" />
6161 <PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
6262 </ItemGroup >
6363
You can’t perform that action at this time.
0 commit comments