Skip to content

Commit

Permalink
Release 7.19.1 (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored May 8, 2023
1 parent 631aec6 commit 7a323ae
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 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.19.1](https://github.com/auth0/auth0.net/tree/7.19.1) (2023-04-25)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.19.0...7.19.1)

**Changed**
- Move IDisposable to IAuthenticationApiClient [\#611](https://github.com/auth0/auth0.net/pull/611) ([frederikprijck](https://github.com/frederikprijck))

## [7.19.0](https://github.com/auth0/auth0.net/tree/7.19.0) (2023-03-13)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.18.0...7.19.0)

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.19.0</Version>
<Version>7.19.1</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,17 @@ <h1 id="Auth0_AuthenticationApi_IAuthenticationApiClient" data-uid="Auth0.Authen
<div class="markdown level0 summary"><p>Client for communicating with the Auth0 Authentication API.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.IDisposable.Dispose()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Auth0.AuthenticationApi.html">Auth0.AuthenticationApi</a></h6>
<h6><strong>Assembly</strong>: Auth0.AuthenticationApi.dll</h6>
<h5 id="Auth0_AuthenticationApi_IAuthenticationApiClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IAuthenticationApiClient</code></pre>
<pre><code class="lang-csharp hljs">public interface IAuthenticationApiClient : IDisposable</code></pre>
</div>
<h5 id="Auth0_AuthenticationApi_IAuthenticationApiClient_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Full documentation for the Authentication API is available at <a href="https://auth0.com/docs/auth-api">https://auth0.com/docs/auth-api</a></p>
Expand Down
4 changes: 2 additions & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"output": {
".html": {
"relative_path": "api/Auth0.AuthenticationApi.IAuthenticationApiClient.html",
"hash": "GXuqVMaYNq+bzxHJS2NIybsV7AmcUcKN0q/Ts9jyYgk="
"hash": "ssKsNinN9sPZcjliDjhnWPavrHpHSI91PXaxTNjzu7E="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -4439,7 +4439,7 @@
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 358,
"skipped_file_count": 14
"skipped_file_count": 15
},
"ResourceDocumentProcessor": {
"can_incremental": false,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0.net",
"version": "7.19.0",
"version": "7.19.1",
"description": ".NET client library for Auth0",
"scripts": {
"release": "node ./scripts/release",
Expand Down

0 comments on commit 7a323ae

Please sign in to comment.