Skip to content

Commit

Permalink
Increment package version after release of Microsoft.Azure.WebJobs.Ex…
Browse files Browse the repository at this point in the history
…tensions.AuthenticationEvents (Azure#45011)
  • Loading branch information
azure-sdk authored Jul 16, 2024
1 parent 442f867 commit b48a234
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.1 (2024-06-25)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
<Version>1.0.1</Version>
<Version>1.1.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.1</ApiCompatVersion>
<Description>Triggers for Azure AD Authentication event custom extensions. Lets you focus on your business logic.</Description>
</PropertyGroup>

Expand Down

0 comments on commit b48a234

Please sign in to comment.