We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b2004 commit a1d7bf2Copy full SHA for a1d7bf2
sdk/identity/Azure.Identity/src/Azure.Identity.csproj
@@ -2,9 +2,9 @@
2
<PropertyGroup>
3
<Description>This is the implementation of the Azure SDK Client Library for Azure Identity</Description>
4
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
5
- <Version>1.10.1</Version>
+ <Version>1.10.2</Version>
6
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7
- <ApiCompatVersion>1.10.0</ApiCompatVersion>
+ <ApiCompatVersion>1.10.1</ApiCompatVersion>
8
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>
9
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
10
<NoWarn>$(NoWarn);3021;AZC0011</NoWarn>
0 commit comments