Skip to content

Commit 0192dce

Browse files
Merge pull request #21 from okta/OKTA-213115-remove-beta-label
Remove beta labels.
2 parents 53756d1 + c144c10 commit 0192dce

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

Okta.Auth.Sdk/Okta.Auth.Sdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard1.3</TargetFramework>
5-
<Version>1.0.1-beta</Version>
5+
<Version>1.0.1</Version>
66
</PropertyGroup>
77

88
<PropertyGroup>

Okta.Sdk.Abstractions/Okta.Sdk.Abstractions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard1.3</TargetFramework>
5-
<Version>1.0.1-beta</Version>
5+
<Version>1.0.1</Version>
66
</PropertyGroup>
77

88
<PropertyGroup>

Okta.Sdk.Abstractions/Okta.Sdk.Abstractions.xml

+4-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
# Okta .NET Authentication SDK
77

8-
> :warning: Beta alert! This library is in beta. See [release status](#release-status) for more information.
9-
108
* [Release status](#release-status)
119
* [Need help?](#need-help)
1210
* [Getting started](#getting-started)
@@ -38,7 +36,7 @@ This library uses semantic versioning and follows Okta's [library version policy
3836

3937
| Version | Status |
4038
| ------- | ------------------------- |
41-
| 1.x | :warning: Beta |
39+
| 1.x | :heavy_check_mark: Stable |
4240

4341
The latest release can always be found on the [releases page][github-releases].
4442

@@ -61,8 +59,6 @@ The SDK is compatible with [.NET Standard](https://docs.microsoft.com/en-us/dotn
6159
### Install using The Package Manager Console
6260
Simply run `install-package Okta.Auth.Sdk`. Done!
6361

64-
To install 1.x version through NuGet, you will need to enable the "Include Prereleases" option when you search for the `Okta.Auth.Sdk` package.
65-
6662
You'll also need:
6763

6864
* An Okta account, called an _organization_ (sign up for a free [developer organization](https://developer.okta.com/signup) if you need one)

0 commit comments

Comments
 (0)