Skip to content

Commit 73c6df7

Browse files
authored
[vNext] Newtonsoft dependency (#1144)
* adding back * version bump * changelog * changelog
1 parent 83c6cbf commit 73c6df7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Microsoft.Azure.Cosmos/azuredata/Azure.Cosmos.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<CurrentDate>$([System.DateTime]::Now.ToString(yyyyMMdd))</CurrentDate>
1010
<AzureSDKClientVersion>4.0.0</AzureSDKClientVersion>
1111
<VersionSuffix Condition=" '$(IsNightly)' == 'true' ">nightly-$(CurrentDate)</VersionSuffix>
12-
<VersionSuffix Condition=" '$(IsPreview)' == 'true' ">preview2</VersionSuffix>
12+
<VersionSuffix Condition=" '$(IsPreview)' == 'true' ">preview3</VersionSuffix>
1313
<Version Condition=" '$(VersionSuffix)' == '' ">$(AzureSDKClientVersion)</Version>
1414
<Version Condition=" '$(VersionSuffix)' != '' ">$(AzureSDKClientVersion)-$(VersionSuffix)</Version>
1515
<FileVersion>$(AzureSDKClientVersion)</FileVersion>
@@ -232,6 +232,7 @@
232232

233233
<ItemGroup>
234234
<PackageReference Include="Azure.Core" Version="1.0.0" />
235+
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
235236
<PackageReference Include="System.Text.Json" Version="4.7.0" />
236237
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
237238
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.4.16" PrivateAssets="All" />

changelog.md

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

1212
### Fixed
1313

14+
## <a name="4.0.0-preview3"/> [4.0.0-preview3](https://www.nuget.org/packages/Azure.Cosmos/4.0.0-preview3) - 2020-01-09
15+
16+
### Fixed
17+
18+
- [#1144](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/1144) Newtonsoft.Json dependency needed for internal dependencies
19+
20+
1421
## <a name="4.0.0-preview2"/> [4.0.0-preview2](https://www.nuget.org/packages/Azure.Cosmos/4.0.0-preview2) - 2020-01-07
1522

1623
### Added

0 commit comments

Comments
 (0)