Skip to content

Commit 53a8d9c

Browse files
authored
Merge pull request #401 from microsoftgraph/1.1.0-release
Version 1.1.0 release 29-11-2023
2 parents 0908f3c + ad8cce0 commit 53a8d9c

File tree

3 files changed

+233
-203
lines changed

3 files changed

+233
-203
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/msgraph-cli.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -54,10 +54,10 @@
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

0 commit comments

Comments
 (0)