Skip to content

Commit 7a4390c

Browse files
authored
Branding changes for 8.2.2 and fix CG alert (#5994)
1 parent 137e8dc commit 7a4390c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,6 @@
174174
<PackageVersion Include="Azure.Core" Version="1.42.0" />
175175
<PackageVersion Include="Azure.Identity" Version="1.12.0" />
176176
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> <!-- https://github.com/Azure/azure-cosmos-dotnet-v3/pull/3313 -->
177+
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
177178
</ItemGroup>
178179
</Project>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<!-- This repo version -->
44
<MajorVersion>8</MajorVersion>
55
<MinorVersion>2</MinorVersion>
6-
<PatchVersion>1</PatchVersion>
7-
<VersionPrefix>8.2.1</VersionPrefix>
6+
<PatchVersion>2</PatchVersion>
7+
<VersionPrefix>8.2.2</VersionPrefix>
88
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
99
<!--
1010
When running package validation as part of the build, we want to ensure we didn't break the API against the previous

0 commit comments

Comments
 (0)