File tree Expand file tree Collapse file tree 3 files changed +233
-203
lines changed Expand file tree Collapse file tree 3 files changed +233
-203
lines changed 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
11
11
12
12
### Changed
13
13
14
+ ## [ 1.1.0] - 2023-11-29
15
+
16
+ ### Added
17
+
18
+ ### Changed
19
+
20
+ - Fix calendar-view list. [ #389 ]
21
+
14
22
## [ 1.0.0] - 2023-11-20
15
23
16
24
### Added
Original file line number Diff line number Diff line change 7
7
<ImplicitUsings >disable</ImplicitUsings >
8
8
<Nullable >enable</Nullable >
9
9
<AssemblyName >mgc</AssemblyName >
10
- <Version >1.0 .0</Version >
10
+ <Version >1.1 .0</Version >
11
11
</PropertyGroup >
12
12
13
13
<PropertyGroup >
54
54
</PropertyGroup >
55
55
56
56
<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" />
61
61
<PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
62
62
</ItemGroup >
63
63
You can’t perform that action at this time.
0 commit comments