Skip to content

Commit 8f1375a

Browse files
j82wkirankumarkolli
authored andcommitted
3.6.0 release update (#1163)
* Updating info for 3.6.0 release * Updated changelog
1 parent e3e959d commit 8f1375a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Microsoft.Azure.Cosmos/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ClientVersion>3.5.1</ClientVersion>
4+
<ClientVersion>3.6.0</ClientVersion>
55
<DirectVersion>3.4.2</DirectVersion>
66
<HybridRowVersion>1.0.0-preview</HybridRowVersion>
77
<AboveDirBuildProps>$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))</AboveDirBuildProps>

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Fixed
13+
14+
## <a name="3.6.0"/> [3.6.0](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.6.0) - 2020-01-23
15+
16+
### Added
17+
1218
- [#1097](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/1097) Add GeospatialConfig to ContainerProperties, BoundingBoxProperties to SpatialPath
1319
- [#1061](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/1061) Add Stream payload to ExecuteStoredProcedureStreamAsync
1420
- [#1062](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/1062) Add additional diagnostic information including the ability to track time through the different SDK layers
@@ -217,6 +223,7 @@ Any requests to Azure Cosmos DB using a retired SDK are rejected by the service.
217223

218224
| Version | Release Date | Retirement Date |
219225
| --- | --- | --- |
226+
| [3.6.0](#3.6.0) |January 23, 2020 |--- |
220227
| [3.5.1](#3.5.1) |December 11, 2019 |--- |
221228
| [3.5.0](#3.5.0) |December 03, 2019 |--- |
222229
| [3.4.1](#3.4.1) |November 06, 2019 |--- |

0 commit comments

Comments
 (0)