Skip to content

Commit 2b2a143

Browse files
authored
Increment version for identity releases (Azure#16949)
Increment package version after release of Azure.Identity
1 parent a591dc3 commit 2b2a143

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.4.0-beta.1 (Unreleased)
4+
5+
36
## 1.3.0 (2020-11-12)
47

58
### New Features

sdk/identity/Azure.Identity/src/Azure.Identity.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure SDK Client Library for Azure Identity</Description>
44
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
5-
<Version>1.3.0</Version>
6-
<ApiCompatVersion>1.2.2</ApiCompatVersion>
5+
<Version>1.4.0-beta.1</Version>
6+
<ApiCompatVersion>1.3.0</ApiCompatVersion>
77
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
99
<NoWarn>$(NoWarn);3021</NoWarn>

0 commit comments

Comments
 (0)