3.40.1: Adds new SDK versions and contract files (#4532)

* Initial commit

* Fixed version. Generated contract files off of 3.40.0 for which hotfix is being released.
This commit is contained in:
Aditya 2024-06-07 10:39:57 -07:00 коммит произвёл GitHub
Родитель 8b32b0d0c2
Коммит f1590f84a8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 3271 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,8 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.40.0</ClientOfficialVersion>
<ClientOfficialVersion>3.40.1</ClientOfficialVersion>
<ClientPreviewVersion>3.41.0</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview.0</ClientPreviewSuffixVersion>
<ClientPreviewSuffixVersion>preview.1</ClientPreviewSuffixVersion>
<DirectVersion>3.34.4</DirectVersion>
<EncryptionOfficialVersion>2.0.4</EncryptionOfficialVersion>
<EncryptionPreviewVersion>2.1.0</EncryptionPreviewVersion>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -13,6 +13,12 @@ Preview features are treated as a separate branch and will not be included in th
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### <a name="3.41.0-preview.1"/> [3.41.0-preview.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.41.0-preview.1) - 2024-06-06
### <a name="3.40.1"/> [3.40.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.40.1) - 2024-06-06
#### Fixed
- [4507](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/4507) Query : Fixes ORDER BY query issue when partial partition key is specified with hierarchical partition (#4507)
### <a name="3.41.0-preview.0"/> [3.41.0-preview.0](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.41.0-preview.0) - 2024-05-17
#### Added