Skip to content

Commit

Permalink
Increment package version after release of Azure.Core.Experimental (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Aug 8, 2023
1 parent 7046aac commit 2c1290d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/core/Azure.Core.Experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.1.0-preview.30 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.1.0-preview.29 (2023-08-07)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Experimental types that might eventually move to Azure.Core</Description>
<AssemblyTitle>Microsoft Azure Client Pipeline Experimental Extensions</AssemblyTitle>
<Version>0.1.0-preview.29</Version>
<Version>0.1.0-preview.30</Version>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
<Nullable>enable</Nullable>
<TargetFrameworks>$(RequiredTargetFrameworks);net461;net6.0</TargetFrameworks>
Expand Down

0 comments on commit 2c1290d

Please sign in to comment.