Skip to content

Commit 439b2da

Browse files
committed
[NuGet] Publish v6.0.0
1 parent 27ac014 commit 439b2da

27 files changed

+93
-69
lines changed

Apizr/Docs/Apizr.Docs/articles/config_polly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var resiliencePipelineBuilder = new ResiliencePipelineBuilder<HttpResponseMessag
9595
MaxRetryAttempts = 3,
9696
UseJitter = true,
9797
BackoffType = DelayBackoffType.Exponential
98-
}));
98+
});
9999
```
100100

101101
Now we have to register our pipeline:

Apizr/Docs/Apizr.Docs/articles/gettingstarted_classic.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Defining
1+
## Watching
2+
3+
Please find this getting started video tutorial on YouTube about how to get started with Apizr:
4+
5+
> [!Video https://youtu.be/9qXekjZepLA]
6+
7+
## Defining
28

39
We could define our web api service just like:
410
```csharp

Apizr/Docs/Apizr.Docs/articles/gettingstarted_crud.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Defining
1+
## Watching
2+
3+
Please find this getting started video tutorial on YouTube about how to get started with Apizr:
4+
5+
> [!Video https://youtu.be/9qXekjZepLA]
6+
7+
## Defining
28

39
As we'll use the built-in yet defined ICrudApi, there's no more definition to do.
410

Apizr/Docs/Apizr.Docs/articles/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111
> Find older versions into the Legacy section.
1212
1313
Apizr aims to provide a resilient and feature-rich web API client for .NET applications based on Refit, with the more resiliency we can, but without the boilerplate.
14-
It comes among other things with built-in support for retrying failed requests, handling network connectivity issues, caching responses, managing authentication, logging, and request prioritization, but there's more.
14+
It comes among other things with built-in support for retrying failed requests, handling network connectivity issues, caching responses, managing authentication, logging, and request prioritization, but there's more.
15+
16+
## Watching
17+
18+
Please find this [Apizr YouTube Playlist](https://www.youtube.com/playlist?list=PLP7ES6CZYy_3zYjmOJzi3K_GZlViorgUO) to watch the Apizr in action.

Apizr/Docs/Apizr.Docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Refit based web api client management, but resilient (retry, connectivity, cache, auth, log, priority, etc...)
44

5-
[![Read - Documentation](https://img.shields.io/badge/read-documentation-blue?style=for-the-badge)](articles/index.md "Go to project documentation") [![Browse - Source](https://img.shields.io/badge/browse-source_code-lightgrey?style=for-the-badge)](https://github.com/Respawnsive/Apizr "Go to project repository")
5+
[![Read - Documentation](https://img.shields.io/badge/read-documentation-blue?style=for-the-badge)](articles/index.md "Go to project documentation") [![Browse - Source](https://img.shields.io/badge/browse-source_code-lightgrey?style=for-the-badge)](https://github.com/Respawnsive/Apizr "Go to project repository") [![Watch - Tutorials](https://img.shields.io/badge/YouTube-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/playlist?list=PLP7ES6CZYy_3zYjmOJzi3K_GZlViorgUO "Watch tutorial videos")
66

77
## What
88

@@ -81,7 +81,7 @@ var resiliencePipelineBuilder = new ResiliencePipelineBuilder<HttpResponseMessag
8181
MaxRetryAttempts = 3,
8282
UseJitter = true,
8383
BackoffType = DelayBackoffType.Exponential
84-
}));
84+
});
8585
```
8686

8787
An instance of this managed api:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Refit based web api client management, but resilient (retry, connectivity, cache, auth, log, priority, etc...)
44

5-
[![Read - Documentation](https://img.shields.io/badge/read-documentation-blue?style=for-the-badge)](https://apizr.net "Go to project documentation")
5+
[![Read - Documentation](https://img.shields.io/badge/read-documentation-blue?style=for-the-badge)](https://apizr.net "Go to project documentation") [![Watch - Tutorials](https://img.shields.io/badge/YouTube-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/playlist?list=PLP7ES6CZYy_3zYjmOJzi3K_GZlViorgUO "Watch tutorial videos")
66

77
## What
88

@@ -81,7 +81,7 @@ var resiliencePipelineBuilder = new ResiliencePipelineBuilder<HttpResponseMessag
8181
MaxRetryAttempts = 3,
8282
UseJitter = true,
8383
BackoffType = DelayBackoffType.Exponential
84-
}));
84+
});
8585
```
8686

8787
An instance of this managed api:

docs/articles/config_polly.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h4 id="registering-1">Registering</h4>
155155
MaxRetryAttempts = 3,
156156
UseJitter = true,
157157
BackoffType = DelayBackoffType.Exponential
158-
}));
158+
});
159159
</code></pre>
160160
<p>Now we have to register our pipeline:</p>
161161
<div class="tabGroup" id="tabgroup_1">

docs/articles/gettingstarted_classic.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
<div class="col-md-10">
7979
<article class="content wrap" id="_content" data-uid="">
8080

81+
<h2 id="watching">Watching</h2>
82+
<p>Please find this getting started video tutorial on YouTube about how to get started with Apizr:</p>
83+
<div class="embeddedvideo"><iframe src="https://youtu.be/9qXekjZepLA" frameborder="0" allowfullscreen="true"></iframe></div>
8184
<h2 id="defining">Defining</h2>
8285
<p>We could define our web api service just like:</p>
8386
<pre><code class="lang-csharp">// (Polly) Define a resilience pipeline key

docs/articles/gettingstarted_crud.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
<div class="col-md-10">
7979
<article class="content wrap" id="_content" data-uid="">
8080

81+
<h2 id="watching">Watching</h2>
82+
<p>Please find this getting started video tutorial on YouTube about how to get started with Apizr:</p>
83+
<div class="embeddedvideo"><iframe src="https://youtu.be/9qXekjZepLA" frameborder="0" allowfullscreen="true"></iframe></div>
8184
<h2 id="defining">Defining</h2>
8285
<p>As we'll use the built-in yet defined ICrudApi, there's no more definition to do.</p>
8386
<p>Here is what the provided interface looks like then:</p>

docs/articles/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ <h5>Note</h5>
8888
</div>
8989
<p>Apizr aims to provide a resilient and feature-rich web API client for .NET applications based on Refit, with the more resiliency we can, but without the boilerplate.
9090
It comes among other things with built-in support for retrying failed requests, handling network connectivity issues, caching responses, managing authentication, logging, and request prioritization, but there's more.</p>
91+
<h2 id="watching">Watching</h2>
92+
<p>Please find this <a href="https://www.youtube.com/playlist?list=PLP7ES6CZYy_3zYjmOJzi3K_GZlViorgUO">Apizr YouTube Playlist</a> to watch the Apizr in action.</p>
9193

9294
</article>
9395
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<h1 id="apizr">Apizr</h1>
7474

7575
<p>Refit based web api client management, but resilient (retry, connectivity, cache, auth, log, priority, etc...)</p>
76-
<p><a href="articles/index.html" title="Go to project documentation"><img src="https://img.shields.io/badge/read-documentation-blue?style=for-the-badge" alt="Read - Documentation"></a> <a href="https://github.com/Respawnsive/Apizr" title="Go to project repository"><img src="https://img.shields.io/badge/browse-source_code-lightgrey?style=for-the-badge" alt="Browse - Source"></a></p>
76+
<p><a href="articles/index.html" title="Go to project documentation"><img src="https://img.shields.io/badge/read-documentation-blue?style=for-the-badge" alt="Read - Documentation"></a> <a href="https://github.com/Respawnsive/Apizr" title="Go to project repository"><img src="https://img.shields.io/badge/browse-source_code-lightgrey?style=for-the-badge" alt="Browse - Source"></a> <a href="https://www.youtube.com/playlist?list=PLP7ES6CZYy_3zYjmOJzi3K_GZlViorgUO" title="Watch tutorial videos"><img src="https://img.shields.io/badge/YouTube-red?style=for-the-badge&amp;logo=youtube&amp;logoColor=white" alt="Watch - Tutorials"></a></p>
7777
<h2 id="what">What</h2>
7878
<p>The Apizr project was motivated by this <a href="https://github.com/RobGibbens/ResilientServices/blob/master/post/post.md">2015 famous blog post</a> about resilient networking.</p>
7979
<p>Its main focus was to address at least everything explained into this article, meanning:</p>
@@ -143,7 +143,7 @@ <h2 id="how">How</h2>
143143
MaxRetryAttempts = 3,
144144
UseJitter = true,
145145
BackoffType = DelayBackoffType.Exponential
146-
}));
146+
});
147147
</code></pre>
148148
<p>An instance of this managed api:</p>
149149
<div class="tabGroup" id="tabgroup_1">

docs/index.json

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

nuget/Apizr.Extensions.Microsoft.Caching.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Extensions.Microsoft.Caching</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Extensions.Microsoft.Caching</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -16,7 +16,7 @@
1616
<tags>Refit Cache Web Api Extensions</tags>
1717
<dependencies>
1818
<dependency id="Microsoft.Extensions.Caching.Abstractions" version="8.0.0" />
19-
<dependency id="Apizr.Extensions.Microsoft.DependencyInjection" version="6.0.0-preview.9" />
19+
<dependency id="Apizr.Extensions.Microsoft.DependencyInjection" version="6.0.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

nuget/Apizr.Extensions.Microsoft.DependencyInjection.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Extensions.Microsoft.DependencyInjection</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Extensions.Microsoft.DependencyInjection</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -16,7 +16,7 @@
1616
<tags>Refit Polly Fusillade HttpTracer Web Api Extensions</tags>
1717
<dependencies>
1818
<dependency id="Refit.HttpClientFactory" version="7.0.0" />
19-
<dependency id="Apizr" version="6.0.0-preview.9" />
19+
<dependency id="Apizr" version="6.0.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

nuget/Apizr.Extensions.Microsoft.FileTransfer.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Extensions.Microsoft.FileTransfer</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Extensions.Microsoft.FileTransfer</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -15,8 +15,8 @@
1515
<releaseNotes>https://www.apizr.net/changelog.html</releaseNotes>
1616
<tags>Refit Web Api Http File Transfer Download Upload</tags>
1717
<dependencies>
18-
<dependency id="Apizr.Extensions.Microsoft.DependencyInjection" version="6.0.0-preview.9" />
19-
<dependency id="Apizr.Integrations.FileTransfer" version="6.0.0-preview.9" />
18+
<dependency id="Apizr.Extensions.Microsoft.DependencyInjection" version="6.0.0" />
19+
<dependency id="Apizr.Integrations.FileTransfer" version="6.0.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

nuget/Apizr.Integrations.Akavache.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Integrations.Akavache</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Integrations.Akavache</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -16,7 +16,7 @@
1616
<tags>Refit Polly Fusillade HttpTracer Web Api Akavache</tags>
1717
<dependencies>
1818
<dependency id="akavache" version="9.1.20" />
19-
<dependency id="Apizr" version="6.0.0-preview.9" />
19+
<dependency id="Apizr" version="6.0.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

nuget/Apizr.Integrations.AutoMapper.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Integrations.AutoMapper</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Integrations.AutoMapper</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -17,19 +17,19 @@
1717
<dependencies>
1818
<group targetFramework="net6.0">
1919
<dependency id="AutoMapper" version="13.0.1" />
20-
<dependency id="Apizr" version="6.0.0-preview.9" />
20+
<dependency id="Apizr" version="6.0.0" />
2121
</group>
2222
<group targetFramework="net7.0">
2323
<dependency id="AutoMapper" version="13.0.1" />
24-
<dependency id="Apizr" version="6.0.0-preview.9" />
24+
<dependency id="Apizr" version="6.0.0" />
2525
</group>
2626
<group targetFramework="net8.0">
2727
<dependency id="AutoMapper" version="13.0.1" />
28-
<dependency id="Apizr" version="6.0.0-preview.9" />
28+
<dependency id="Apizr" version="6.0.0" />
2929
</group>
3030
<group targetFramework=".NETStandard2.1">
3131
<dependency id="AutoMapper" version="12.0.1" />
32-
<dependency id="Apizr" version="6.0.0-preview.9" />
32+
<dependency id="Apizr" version="6.0.0" />
3333
</group>
3434
</dependencies>
3535
</metadata>

nuget/Apizr.Integrations.FileTransfer.MediatR.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Integrations.FileTransfer.MediatR</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Integrations.FileTransfer.MediatR</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -15,8 +15,8 @@
1515
<releaseNotes>https://www.apizr.net/changelog.html</releaseNotes>
1616
<tags>Refit Web Api Http Transfer</tags>
1717
<dependencies>
18-
<dependency id="Apizr.Integrations.MediatR" version="6.0.0-preview.9" />
19-
<dependency id="Apizr.Extensions.Microsoft.FileTransfer" version="6.0.0-preview.9" />
18+
<dependency id="Apizr.Integrations.MediatR" version="6.0.0" />
19+
<dependency id="Apizr.Extensions.Microsoft.FileTransfer" version="6.0.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

nuget/Apizr.Integrations.FileTransfer.Optional.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Integrations.FileTransfer.Optional</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Integrations.FileTransfer.Optional</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -15,8 +15,8 @@
1515
<releaseNotes>https://www.apizr.net/changelog.html</releaseNotes>
1616
<tags>Refit Web Api Http Transfer</tags>
1717
<dependencies>
18-
<dependency id="Apizr.Integrations.Optional" version="6.0.0-preview.9" />
19-
<dependency id="Apizr.Integrations.FileTransfer.MediatR" version="6.0.0-preview.9" />
18+
<dependency id="Apizr.Integrations.Optional" version="6.0.0" />
19+
<dependency id="Apizr.Integrations.FileTransfer.MediatR" version="6.0.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

nuget/Apizr.Integrations.FileTransfer.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Integrations.FileTransfer</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Integrations.FileTransfer</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -15,7 +15,7 @@
1515
<releaseNotes>https://www.apizr.net/changelog.html</releaseNotes>
1616
<tags>Refit Web Api Http Transfer</tags>
1717
<dependencies>
18-
<dependency id="Apizr" version="6.0.0-preview.9" />
18+
<dependency id="Apizr" version="6.0.0" />
1919
</dependencies>
2020
</metadata>
2121
<files>

nuget/Apizr.Integrations.Fusillade.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Integrations.Fusillade</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Integrations.Fusillade</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -16,7 +16,7 @@
1616
<tags>Refit Fusillade Web Api Akavache</tags>
1717
<dependencies>
1818
<dependency id="fusillade" version="2.6.1" />
19-
<dependency id="Apizr" version="6.0.0-preview.9" />
19+
<dependency id="Apizr" version="6.0.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

nuget/Apizr.Integrations.Mapster.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Integrations.Mapster</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Integrations.Mapster</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -17,23 +17,23 @@
1717
<dependencies>
1818
<group targetFramework=".NETStandard2.0">
1919
<dependency id="Mapster" version="7.3.0" />
20-
<dependency id="Apizr" version="6.0.0-preview.9" />
20+
<dependency id="Apizr" version="6.0.0" />
2121
</group>
2222
<group targetFramework=".NETStandard2.1">
2323
<dependency id="Mapster" version="7.3.0" />
24-
<dependency id="Apizr" version="6.0.0-preview.9" />
24+
<dependency id="Apizr" version="6.0.0" />
2525
</group>
2626
<group targetFramework="net6.0">
2727
<dependency id="Mapster" version="7.4.0" />
28-
<dependency id="Apizr" version="6.0.0-preview.9" />
28+
<dependency id="Apizr" version="6.0.0" />
2929
</group>
3030
<group targetFramework="net7.0">
3131
<dependency id="Mapster" version="7.4.0" />
32-
<dependency id="Apizr" version="6.0.0-preview.9" />
32+
<dependency id="Apizr" version="6.0.0" />
3333
</group>
3434
<group targetFramework="net8.0">
3535
<dependency id="Mapster" version="7.4.0" />
36-
<dependency id="Apizr" version="6.0.0-preview.9" />
36+
<dependency id="Apizr" version="6.0.0" />
3737
</group>
3838
</dependencies>
3939
</metadata>

nuget/Apizr.Integrations.MediatR.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Apizr.Integrations.MediatR</id>
5-
<version>6.0.0-preview.9</version>
5+
<version>6.0.0</version>
66
<title>Apizr.Integrations.MediatR</title>
77
<authors>Respawnsive</authors>
88
<owners>Respawnsive</owners>
@@ -16,7 +16,7 @@
1616
<tags>Refit Web Api MediatR</tags>
1717
<dependencies>
1818
<dependency id="MediatR" version="12.2.0" />
19-
<dependency id="Apizr.Extensions.Microsoft.DependencyInjection" version="6.0.0-preview.9" />
19+
<dependency id="Apizr.Extensions.Microsoft.DependencyInjection" version="6.0.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

0 commit comments

Comments
 (0)