Skip to content

Commit

Permalink
Merge pull request #401 from microsoftgraph/1.1.0-release
Browse files Browse the repository at this point in the history
Version 1.1.0 release 29-11-2023
  • Loading branch information
timayabi2020 authored Nov 29, 2023
2 parents 0908f3c + ad8cce0 commit 53a8d9c
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 203 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.1.0] - 2023-11-29

### Added

### Changed

- Fix calendar-view list. [#389]

## [1.0.0] - 2023-11-20

### Added
Expand Down
10 changes: 5 additions & 5 deletions src/msgraph-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</AssemblyName>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -54,10 +54,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.0.0-preview.10" />
<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.0.0" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
</ItemGroup>

Expand Down
Loading

0 comments on commit 53a8d9c

Please sign in to comment.