From e12ee5d2a336596fd272e67f79699c580ba82123 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Tue, 13 Oct 2020 15:17:24 +0000 Subject: [PATCH] Update the documentation pages --- guide/getting-started.html | 11 +++++++++++ manifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/guide/getting-started.html b/guide/getting-started.html index f80c7ab..9dccce5 100644 --- a/guide/getting-started.html +++ b/guide/getting-started.html @@ -79,6 +79,17 @@
<PackageReference Include="OpenIddict" Version="2.0.0-*" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="2.0.0-*" />
+OPTIONAL: If you want to try out the latest features and bug fixes, there is a MyGet feed with nightly builds +of OpenIddict.
+To reference the OpenIddict MyGet feed, create a NuGet.config
file (at the root of your solution):
<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+ <add key="openiddict" value="https://www.myget.org/F/openiddict/api/v3/index.json" />
+ </packageSources>
+</configuration>
+
Configure the OpenIddict services in Startup.ConfigureServices
:
public void ConfigureServices(IServiceCollection services)
{
diff --git a/manifest.json b/manifest.json
index 9c6636f..76c604c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -57,7 +57,7 @@
"output": {
".html": {
"relative_path": "guide/getting-started.html",
- "hash": "g+HGy8TAzkc07i36wiH2xA=="
+ "hash": "EWKuFWuD0P8E+zfRGWBI3w=="
}
},
"is_incremental": false,