Skip to content

Commit

Permalink
Increment package version after release of Azure.Provisioning (#43224)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Apr 5, 2024
1 parent f0daaaf commit 53e285e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions sdk/provisioning/Azure.Provisioning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.2.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.2.0-beta.1 (2024-04-04)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Contains the core functionality for defining Azure infrastructure with dotnet code.</Description>
<Version>0.2.0-beta.1</Version>
<Version>0.2.0-beta.2</Version>
<TargetFrameworks>$(RequiredTargetFrameworks);net461;net472;net6.0</TargetFrameworks>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);AZC0001</NoWarn>
Expand Down

0 comments on commit 53e285e

Please sign in to comment.