Skip to content

Commit f4d9ab4

Browse files
author
Greg Domzalski
authored
Merge pull request #312 from Yubico/release/1.0.0
Bump version and release notes
2 parents 87f3c52 + 09bcd34 commit f4d9ab4

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ Here you can find all of the updates and release notes for published versions of
1818

1919
## 1.0.x Releases
2020

21+
### 1.0.0
22+
23+
Release date: August 30th, 2021
24+
25+
This is the first official, generally available release of the YubiKey SDK for Desktop aimed at the .NET developer community and
26+
ecosystem. In this release, the [OTP](xref:OtpOverview), [OATH](xref:OathOverview), and [PIV](xref:PivOverview) applications are
27+
fully supported. Please refer to those applications' sections within the documentation for more information.
28+
29+
The [Overview of the SDK](xref:OverviewOfSdk) page also goes into much more depth on what this SDK contains, and how it is structured.
30+
31+
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
32+
root of the repository for information on how you can contribute.
33+
2134
### 1.0.0-Beta.20210721.1
2235

2336
Release date: July 21st, 2021

build/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for external milestones.
4040
Increment the minor version whenever we add support for a new class or type.
4141
Increment the patch version for bug fixes.
4242
-->
43-
<YubicoDotNetPolyfillsVersion>1.0.0-Beta.20210721.1</YubicoDotNetPolyfillsVersion>
43+
<YubicoDotNetPolyfillsVersion>1.0.0</YubicoDotNetPolyfillsVersion>
4444

4545
<!--
4646
Yubico.Core project
@@ -55,7 +55,7 @@ for external milestones.
5555
5656
This project can, and should, use pre-release suffixes for development milestones.
5757
-->
58-
<YubicoCoreVersion>1.0.0-Beta.20210721.1</YubicoCoreVersion>
58+
<YubicoCoreVersion>1.0.0</YubicoCoreVersion>
5959

6060
<!--
6161
Yubico.Authenticator project
@@ -69,7 +69,7 @@ for external milestones.
6969
7070
This project can, and should, use pre-release suffixes for development milestones.
7171
-->
72-
<YubicoYubiKeyVersion>1.0.0-Beta.20210721.1</YubicoYubiKeyVersion>
72+
<YubicoYubiKeyVersion>1.0.0</YubicoYubiKeyVersion>
7373

7474
</PropertyGroup>
7575

0 commit comments

Comments
 (0)