Skip to content

Commit

Permalink
Bump SDK version to 3.35 (#71)
Browse files Browse the repository at this point in the history
* Bump package

* Increase version

* Changelog
  • Loading branch information
ealsur committed Jun 22, 2023
1 parent a7250c4 commit 9c2f007
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## <a name="1.5.0"/> 1.5.0 - 2023-06-22

### Added

- [#71](https://github.com/Azure/Microsoft.Extensions.Caching.Cosmos/pull/71) Increased SDK dependency version for critical fixes

## <a name="1.4.0"/> 1.4.0 - 2022-10-08

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/CosmosDistributedCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<CurrentDate>$([System.DateTime]::Now.ToString(yyyyMMdd))</CurrentDate>
<NeutralLanguage>en-US</NeutralLanguage>
<ClientVersion>1.4.0</ClientVersion>
<ClientVersion>1.5.0</ClientVersion>
<VersionSuffix Condition=" '$(IsPreview)' == 'true' ">preview</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' == '' ">$(ClientVersion)</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(ClientVersion)-$(VersionSuffix)</Version>
Expand Down Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.31.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.35.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 9c2f007

Please sign in to comment.