Skip to content

Commit

Permalink
Merge pull request #21 from okta/OKTA-213115-remove-beta-label
Browse files Browse the repository at this point in the history
Remove beta labels.
  • Loading branch information
laura-rodriguez authored Mar 28, 2019
2 parents 53756d1 + c144c10 commit 0192dce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Okta.Auth.Sdk/Okta.Auth.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.0.1-beta</Version>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Okta.Sdk.Abstractions/Okta.Sdk.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.0.1-beta</Version>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
16 changes: 4 additions & 12 deletions Okta.Sdk.Abstractions/Okta.Sdk.Abstractions.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

# Okta .NET Authentication SDK

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

| Version | Status |
| ------- | ------------------------- |
| 1.x | :warning: Beta |
| 1.x | :heavy_check_mark: Stable |

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

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

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.

You'll also need:

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

0 comments on commit 0192dce

Please sign in to comment.