Skip to content

Commit

Permalink
Release 7.17.1 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Sep 6, 2022
1 parent 6d655db commit 39db924
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 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.17.1](https://github.com/auth0/auth0.net/tree/7.17.1) (2022-08-16)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.17.0...7.17.1)

**Fixed**
- Moving IDisposable on to IManagementApiClient [\#581](https://github.com/auth0/auth0.net/pull/581) ([kevbite](https://github.com/kevbite))

## [7.17.0](https://github.com/auth0/auth0.net/tree/7.17.0) (2022-07-26)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.16.1...7.17.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.17.0</Version>
<Version>7.17.1</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
8 changes: 7 additions & 1 deletion docs/api/Auth0.ManagementApi.IManagementApiClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,17 @@ <h1 id="Auth0_ManagementApi_IManagementApiClient" data-uid="Auth0.ManagementApi.
</h1>
<div class="markdown level0 summary"></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.ManagementApi.html">Auth0.ManagementApi</a></h6>
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_IManagementApiClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IManagementApiClient</code></pre>
<pre><code class="lang-csharp hljs">public interface IManagementApiClient : IDisposable</code></pre>
</div>
<h3 id="properties">Properties
</h3>
Expand Down
8 changes: 4 additions & 4 deletions docs/api/Auth0.ManagementApi.ManagementApiClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h5>Inheritance</h5>
</div>
<div class="implements">
<h5>Implements</h5>
<div><span class="xref">System.IDisposable</span></div>
<div><a class="xref" href="Auth0.ManagementApi.IManagementApiClient.html">IManagementApiClient</a></div>
<div><span class="xref">System.IDisposable</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
Expand Down Expand Up @@ -114,7 +114,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.html">
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_ManagementApiClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ManagementApiClient : IDisposable, IManagementApiClient</code></pre>
<pre><code class="lang-csharp hljs">public class ManagementApiClient : IManagementApiClient, IDisposable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -961,10 +961,10 @@ <h5 class="parameters">Parameters</h5>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.IDisposable</span>
<a class="xref" href="Auth0.ManagementApi.IManagementApiClient.html">IManagementApiClient</a>
</div>
<div>
<a class="xref" href="Auth0.ManagementApi.IManagementApiClient.html">IManagementApiClient</a>
<span class="xref">System.IDisposable</span>
</div>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@
"output": {
".html": {
"relative_path": "api/Auth0.ManagementApi.IManagementApiClient.html",
"hash": "iAVgs3v0ryyBZaZi4coZ4+OoJ1w4MUUCi0jWBsh0UgA="
"hash": "zSIUiZjtslClqi065wa69I8lq3fwK0457ySXM2R+zko="
}
},
"is_incremental": false,
Expand All @@ -1470,7 +1470,7 @@
"output": {
".html": {
"relative_path": "api/Auth0.ManagementApi.ManagementApiClient.html",
"hash": "PtZHxUoxaqH+vWcb5EFL7JpgQptlaO9pijHJ2MAxDfI="
"hash": "yJ44lAyhQ9/0A3tGrkXa6jDvgiDNBw1QZ9tmxSKeLMc="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -4316,7 +4316,7 @@
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 348,
"skipped_file_count": 12
"skipped_file_count": 14
},
"ResourceDocumentProcessor": {
"can_incremental": false,
Expand Down

0 comments on commit 39db924

Please sign in to comment.