Skip to content

Commit b0dbf93

Browse files
j82wJake Willey
authored andcommitted
Bump version to 3.3.2 (#913)
1 parent 548f882 commit b0dbf93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.3.1</ClientVersion>
4+
<ClientVersion>3.3.2</ClientVersion>
55
<DirectVersion>3.3.0</DirectVersion>
66
<HybridRowVersion>1.0.0-preview</HybridRowVersion>
77
<AboveDirBuildProps>$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))</AboveDirBuildProps>

changelog.md

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

88
## Unreleased
99

10+
## <a name="3.3.2"/> [3.3.2](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.3.2) - 2019-10-16
11+
1012
### Fixed
1113

1214
- [#905](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/909) Fixed linq camel case bug
1315

16+
1417
## <a name="3.3.1"/> [3.3.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.3.1) - 2019-10-11
1518

1619
### Fixed
@@ -127,6 +130,8 @@ Any requests to Azure Cosmos DB using a retired SDK are rejected by the service.
127130

128131
| Version | Release Date | Retirement Date |
129132
| --- | --- | --- |
133+
| [3.3.2](#3.3.2) |October 16, 2019 |--- |
134+
| [3.3.1](#3.3.1) |October 11, 2019 |--- |
130135
| [3.3.0](#3.3.0) |October 8, 2019 |--- |
131136
| [3.2.0](#3.2.0) |September 18, 2019 |--- |
132137
| [3.1.1](#3.1.1) |August 12, 2019 |--- |

0 commit comments

Comments
 (0)