Skip to content

Commit

Permalink
Branding changes for 8.2.2 and fix CG alert (#5994)
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr authored Oct 5, 2024
1 parent 137e8dc commit 7a4390c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,6 @@
<PackageVersion Include="Azure.Core" Version="1.42.0" />
<PackageVersion Include="Azure.Identity" Version="1.12.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> <!-- https://github.com/Azure/azure-cosmos-dotnet-v3/pull/3313 -->
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- This repo version -->
<MajorVersion>8</MajorVersion>
<MinorVersion>2</MinorVersion>
<PatchVersion>1</PatchVersion>
<VersionPrefix>8.2.1</VersionPrefix>
<PatchVersion>2</PatchVersion>
<VersionPrefix>8.2.2</VersionPrefix>
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
<!--
When running package validation as part of the build, we want to ensure we didn't break the API against the previous
Expand Down

0 comments on commit 7a4390c

Please sign in to comment.