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.EventGrid (#39958)
  • Loading branch information
azure-sdk committed Nov 14, 2023
1 parent 70e9f13 commit 2b081b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 3.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.3.1 (2023-11-13)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<Description>This extension adds bindings for EventGrid</Description>
<Version>3.3.1</Version>
<Version>3.4.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>3.3.0</ApiCompatVersion>
<ApiCompatVersion>3.3.1</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;CS1591</NoWarn>
<AssemblyOriginatorKeyFile>sign.snk</AssemblyOriginatorKeyFile>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down

0 comments on commit 2b081b5

Please sign in to comment.