Skip to content

Commit 4f27e77

Browse files
committed
Release 1.0.0-beta.3
1 parent a6e3748 commit 4f27e77

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-beta.2
1+
1.0.0-beta.3

CHANGELOG.md

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

3+
## [1.0.0-beta.3](https://github.com/auth0/aspnetcore-api/tree/1.0.0-beta.3) (2026-01-19)
4+
5+
**Added**
6+
- Adds compile-time support for .NET 10 [\#25](https://github.com/auth0/aspnetcore-api/pull/25) ([kailash-b](https://github.com/kailash-b))
7+
38
## [1.0.0-beta.2](https://github.com/auth0/aspnetcore-api/tree/1.0.0-beta.2) (2025-12-02)
49

510
**Fixed**

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PropertyGroup>
2222
<LangVersion>latest</LangVersion>
2323
<Version>1.0.0-beta.2</Version>
24-
<AssemblyVersionNumber>0.0.0</AssemblyVersionNumber>
24+
<AssemblyVersionNumber>1.0.0-beta.3</AssemblyVersionNumber>
2525
</PropertyGroup>
2626
<PropertyGroup>
2727
<AssemblyVersion>$(AssemblyVersionNumber)</AssemblyVersion>

0 commit comments

Comments
 (0)