Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #200 from microsoft/andrueastman/fixRestore
Browse files Browse the repository at this point in the history
bugfix: version range for abstractions
  • Loading branch information
andrueastman authored May 23, 2024
2 parents 300bd56 + 9020969 commit de0421e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.6] - 2024-05-23

### Changed

- Fixed an issue where fixed versions of abstractions would result in restore failures. [microsoft/kiota-http-dotnet#256](https://github.com/microsoft/kiota-http-dotnet/issues/258)

## [1.1.5] - 2024-04-19

- Have made System.Diagnostics.DiagnosticSource only be included on Net Standard's TFM & net 5 (https://github.com/microsoft/kiota-authentication-azure-dotnet/issues/191)

## [1.1.4] - 2024-02-26
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Kiota.Authentication.Azure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageProjectUrl>https://aka.ms/kiota/docs</PackageProjectUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Deterministic>true</Deterministic>
<VersionPrefix>1.1.5</VersionPrefix>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionSuffix></VersionSuffix>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -44,8 +44,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Azure.Core" Version="1.38.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.8.3" />
<PackageReference Include="Azure.Core" Version="1.39.0" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="[1.9.1, 2.0.0)" />
</ItemGroup>

<!-- NET 5 target to be removed on next major version-->
Expand Down

0 comments on commit de0421e

Please sign in to comment.