Skip to content

Commit f37a520

Browse files
committed
Release 1.7.0
1 parent 385a87c commit f37a520

6 files changed

Lines changed: 22 additions & 5 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.7.0

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [1.7.0](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.7.0) (2026-04-09)
4+
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.6.1...1.7.0)
5+
6+
**Added**
7+
- Adds support for multiple custom domains [\#206](https://github.com/auth0/auth0-aspnetcore-authentication/pull/206) ([kailash-b](https://github.com/kailash-b))
8+
9+
**Security**
10+
- chore: Dependency updates [\#220](https://github.com/auth0/auth0-aspnetcore-authentication/pull/220) ([kailash-b](https://github.com/kailash-b))
11+
- chore(deps): Bump System.Text.Encodings.Web from 10.0.2 to 10.0.3 [\#209](https://github.com/auth0/auth0-aspnetcore-authentication/pull/209) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- chore(deps): Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.3 [\#208](https://github.com/auth0/auth0-aspnetcore-authentication/pull/208) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- chore(deps)(deps): Bump actions/checkout from 5 to 6 [\#192](https://github.com/auth0/auth0-aspnetcore-authentication/pull/192) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- chore(deps): Bump FluentAssertions from 7.2.0 to 7.2.1 [\#207](https://github.com/auth0/auth0-aspnetcore-authentication/pull/207) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- chore(deps): Bump Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.15.0 to 8.16.0 [\#211](https://github.com/auth0/auth0-aspnetcore-authentication/pull/211) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- chore(deps): Bump Microsoft.AspNetCore.Mvc.ViewFeatures from 2.3.0 to 2.3.9 [\#203](https://github.com/auth0/auth0-aspnetcore-authentication/pull/203) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- chore(deps): Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.1 to 10.0.2 [\#204](https://github.com/auth0/auth0-aspnetcore-authentication/pull/204) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- chore(deps): Bump System.Text.Encodings.Web from 10.0.1 to 10.0.2 [\#205](https://github.com/auth0/auth0-aspnetcore-authentication/pull/205) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
320
## [1.6.1](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.6.1) (2025-12-22)
421
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.6.0...1.6.1)
522

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818

19-
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.6.1/docs-source/index.md/#L1">
19+
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.7.0/docs-source/index.md/#L1">
2020
<meta name="loc:inThisArticle" content="In this article">
2121
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
2222
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-aspnetcore-authentication",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "ASP.NET Core Authentication Middleware for Auth0",
55
"scripts": {
66
"release": "node ./scripts/release",

src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReadmeFile>README.md</PackageReadmeFile>
4646
</PropertyGroup>
4747
<PropertyGroup>
48-
<Version>1.6.1</Version>
48+
<Version>1.7.0</Version>
4949
</PropertyGroup>
5050
<PropertyGroup>
5151
<AssemblyVersion>$(Version)</AssemblyVersion>

0 commit comments

Comments
 (0)