Skip to content

Commit

Permalink
Preview3 release (#26)
Browse files Browse the repository at this point in the history
* dependencies

* changelog
  • Loading branch information
ealsur authored Jul 20, 2020
1 parent 0ea76c8 commit 1f51e4d
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 @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Added

## <a name="1.0.0-preview3"/> 1.0.0-preview3 - 2020-07-20

### Fixed

- [#25](https://github.com/Azure/Microsoft.Extensions.Caching.Cosmos/pull/25) Added ConfigureAwait to avoid locks when using sync APIs

## <a name="1.0.0-preview2"/> 1.0.0-preview2 - 2020-06-01

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions src/CosmosDistributedCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<CurrentDate>$([System.DateTime]::Now.ToString(yyyyMMdd))</CurrentDate>
<NeutralLanguage>en-US</NeutralLanguage>
<ClientVersion>1.0.0</ClientVersion>
<VersionSuffix Condition=" '$(IsPreview)' == 'true' ">preview2</VersionSuffix>
<VersionSuffix Condition=" '$(IsPreview)' == 'true' ">preview3</VersionSuffix>
<Version Condition=" '$(VersionSuffix)' == '' ">$(ClientVersion)</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(ClientVersion)-$(VersionSuffix)</Version>
<FileVersion>$(ClientVersion)</FileVersion>
Expand Down Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.9.1" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.11.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="2.1.0" />
</ItemGroup>
Expand Down

0 comments on commit 1f51e4d

Please sign in to comment.