Skip to content

Commit 6b3796b

Browse files
authored
Increment version for attestation releases (Azure#20932)
Increment package version after release of Azure.Security.Attestation
1 parent ffe08fc commit 6b3796b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sdk/attestation/Azure.Security.Attestation/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.1.0-beta.1 (Unreleased)
4+
5+
36
## 1.0.0 (2021-05-11)
47

58
### Changed

sdk/attestation/Azure.Security.Attestation/src/Azure.Security.Attestation.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<PropertyGroup>
33
<Description>This is the project which implements the Microsoft Azure Attestation client API and package</Description>
44
<AssemblyTitle>Azure SDK Template</AssemblyTitle>
5-
<Version>1.0.0</Version>
5+
<Version>1.1.0-beta.1</Version>
6+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
68
<PackageTags>Azure Template</PackageTags>
79
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
810
</PropertyGroup>

0 commit comments

Comments
 (0)