Skip to content

Commit

Permalink
Release 7.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 8, 2023
1 parent 45a0ded commit 464efd2
Show file tree
Hide file tree
Showing 154 changed files with 2,949 additions and 27,454 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [7.24.0](https://github.com/auth0/auth0.net/tree/7.24.0) (2023-11-08)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.23.1...7.24.0)

**Added**
- Add Organizations in Client Credentials [\#673](https://github.com/auth0/auth0.net/pull/673) ([frederikprijck](https://github.com/frederikprijck))

## [7.23.1](https://github.com/auth0/auth0.net/tree/7.23.1) (2023-10-25)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.23.0...7.23.1)

Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<LangVersion>7.1</LangVersion>
<Version>7.23.1</Version>
<Version>7.24.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
Empty file modified docs/favicon.ico
100644 → 100755
Empty file.
20 changes: 9 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="public/docfx.min.css">
<link rel="stylesheet" href="public/main.css">
<meta name="docfx:navrel" content="toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:navrel" content="toc.json">
<meta name="docfx:tocrel" content="toc.json">




<meta name="docfx:docurl" content="https://github.com/auth0/auth0.net/blob/release/7.23.1/docs-source/index.md/#L1">
<meta name="docfx:docurl" content="https://github.com/auth0/auth0.net/blob/release/7.24.0/docs-source/index.md/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand All @@ -27,13 +27,10 @@
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
</head>

<script type="module">
import options from './public/main.js'
import { init } from './public/docfx.min.js'
init(options)
</script>
<script type="module" src="./public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
Expand Down Expand Up @@ -141,11 +138,12 @@ <h3 id="vulnerability-reporting">Vulnerability Reporting</h3>
<p align="center">Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout <a href="https://auth0.com/why-auth0">Why Auth0?</a></p>
<p align="center">
This project is licensed under the MIT license. See the <a href="./LICENSE"> LICENSE</a> file for more info.</p>

</article>


<div class="next-article d-print-none border-top" id="nextArticle"></div>

</div>

<div class="affix">
Expand All @@ -154,12 +152,12 @@ <h3 id="vulnerability-reporting">Vulnerability Reporting</h3>
</main>


<footer class="border-top">
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
</html>
Empty file modified docs/logo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 464efd2

Please sign in to comment.