Skip to content

Commit da94828

Browse files
authored
Releasing updated version to target latest dependencies (Azure#51564)
* Updated changelog * Updated version
1 parent d3c183a commit da94828

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

sdk/entra/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.1.0 (2025-07-29)
104

115
### Other Changes
6+
- Package will target netstandard 2.0 and net 8.0.
7+
- Package will reference the latest stable releases of its dependencies.
128

139
## 1.0.1 (2024-06-25)
1410

sdk/entra/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents/src/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
5-
<Version>1.1.0-beta.1</Version>
5+
<Version>1.1.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.0.1</ApiCompatVersion>
88
<Description>Triggers for Azure AD Authentication event custom extensions. Lets you focus on your business logic.</Description>

0 commit comments

Comments
 (0)