Skip to content

Commit

Permalink
Merge pull request #312 from Yubico/release/1.0.0
Browse files Browse the repository at this point in the history
Bump version and release notes
  • Loading branch information
Greg Domzalski authored Aug 30, 2021
2 parents 87f3c52 + 09bcd34 commit f4d9ab4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ Here you can find all of the updates and release notes for published versions of

## 1.0.x Releases

### 1.0.0

Release date: August 30th, 2021

This is the first official, generally available release of the YubiKey SDK for Desktop aimed at the .NET developer community and
ecosystem. In this release, the [OTP](xref:OtpOverview), [OATH](xref:OathOverview), and [PIV](xref:PivOverview) applications are
fully supported. Please refer to those applications' sections within the documentation for more information.

The [Overview of the SDK](xref:OverviewOfSdk) page also goes into much more depth on what this SDK contains, and how it is structured.

Lastly, this SDK has also been released as open source under the Apache 2.0 license. Please refer to the `CONTRIBUTING.md` file in the
root of the repository for information on how you can contribute.

### 1.0.0-Beta.20210721.1

Release date: July 21st, 2021
Expand Down
6 changes: 3 additions & 3 deletions build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for external milestones.
Increment the minor version whenever we add support for a new class or type.
Increment the patch version for bug fixes.
-->
<YubicoDotNetPolyfillsVersion>1.0.0-Beta.20210721.1</YubicoDotNetPolyfillsVersion>
<YubicoDotNetPolyfillsVersion>1.0.0</YubicoDotNetPolyfillsVersion>

<!--
Yubico.Core project
Expand All @@ -55,7 +55,7 @@ for external milestones.
This project can, and should, use pre-release suffixes for development milestones.
-->
<YubicoCoreVersion>1.0.0-Beta.20210721.1</YubicoCoreVersion>
<YubicoCoreVersion>1.0.0</YubicoCoreVersion>

<!--
Yubico.Authenticator project
Expand All @@ -69,7 +69,7 @@ for external milestones.
This project can, and should, use pre-release suffixes for development milestones.
-->
<YubicoYubiKeyVersion>1.0.0-Beta.20210721.1</YubicoYubiKeyVersion>
<YubicoYubiKeyVersion>1.0.0</YubicoYubiKeyVersion>

</PropertyGroup>

Expand Down

0 comments on commit f4d9ab4

Please sign in to comment.