Skip to content

Commit

Permalink
Changes from running the release script (#18659)
Browse files Browse the repository at this point in the history
These are changes related to preparing to release the package.
  • Loading branch information
craigktreasure authored Feb 10, 2021
1 parent 13f6196 commit 024069b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions sdk/mixedreality/Azure.MixedReality.Authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# Release History

## 1.0.0-beta.1 (2021-02-09)
## 1.0.0-beta.1 (2021-02-10)

- Removed nullable annotations per guidance.
- Initial release.

## 1.0.0-preview.3 (2021-01-15)

- Updated to latest version of spec file which changes the account identifier to be a `Guid` rather than a `string`.

## 1.0.0-preview.2 (2021-01-12)

- Configured with shared source.

## 1.0.0-preview.1 (2020-10-27)

- Initial client.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Azure Mixed Reality STS Client</AssemblyTitle>
<Version>1.0.0-beta.1</Version>
Expand Down

0 comments on commit 024069b

Please sign in to comment.