We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4a05a commit 4eaac1eCopy full SHA for 4eaac1e
sdk/attestation/Azure.Security.Attestation/CHANGELOG.md
@@ -1,4 +1,5 @@
1
# Release History
2
+## 1.0.0-beta.1 (Unreleased)
3
+
4
## 1.0.0-alpha.1 (2020-12-08)
5
Created.
-
sdk/attestation/Azure.Security.Attestation/src/Azure.Security.Attestation.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the project which implements the Microsoft Azure Attestation client API and package</Description>
<AssemblyTitle>Azure SDK Template</AssemblyTitle>
- <Version>1.0.0-alpha.1</Version>
+ <Version>1.0.0-beta.1</Version>
6
<PackageTags>Azure Template</PackageTags>
7
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
8
</PropertyGroup>
0 commit comments