Skip to content

Commit

Permalink
Prep for v3.0.0 release (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
philon-msft committed May 9, 2024
1 parent 1fba82b commit bbb7539
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageId>$(AssemblyName)</PackageId>
Expand Down
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release Notes

## Unreleased

## 3.0.0
- Fix [#17](https://github.com/Azure/Microsoft.Azure.StackExchangeRedis/issues/17): Eliminate the need to specify a principalId/objectId/userName ([#48 by philon-msft](https://github.com/Azure/Microsoft.Azure.StackExchangeRedis/pull/48))
- Add support for Subject Name + Issuer (SNI) certificate authentication ([#46 by philon-msft](https://github.com/Azure/Microsoft.Azure.StackExchangeRedis/pull/46))
- Update dependency package versions ([#47 by philon-msft](https://github.com/Azure/Microsoft.Azure.StackExchangeRedis/pull/47))
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Azure.StackExchangeRedis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<Authors>Microsoft</Authors>
<Description>Extension package for StackExchange.Redis to be used with the Azure Cache for Redis service</Description>
<AssemblyName>Microsoft.Azure.StackExchangeRedis</AssemblyName>
Expand Down
2 changes: 2 additions & 0 deletions src/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.AzureCacheOptions() -> void
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.ClientId -> string?
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.Cloud -> Microsoft.Identity.Client.AzureCloudInstance
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.CloudUri -> string?
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.GetUserName -> System.Func<string?, string!>!
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.SendX5C -> bool
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.ServicePrincipalCertificate -> System.Security.Cryptography.X509Certificates.X509Certificate2?
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.ServicePrincipalSecret -> string?
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.ServicePrincipalTenantId -> string?
Expand Down
4 changes: 1 addition & 3 deletions src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#nullable enable
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.SendX5C -> bool
Microsoft.Azure.StackExchangeRedis.AzureCacheOptions.GetUserName -> System.Func<string?, string!>!
#nullable enable

0 comments on commit bbb7539

Please sign in to comment.