Rocket.Surgery.Extensions.FluentValidation.MediatR 6.2.3

dotnet add package Rocket.Surgery.Extensions.FluentValidation.MediatR --version 6.2.3
NuGet\Install-Package Rocket.Surgery.Extensions.FluentValidation.MediatR -Version 6.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rocket.Surgery.Extensions.FluentValidation.MediatR" Version="6.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rocket.Surgery.Extensions.FluentValidation.MediatR --version 6.2.3
#r "nuget: Rocket.Surgery.Extensions.FluentValidation.MediatR, 6.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rocket.Surgery.Extensions.FluentValidation.MediatR as a Cake Addin
#addin nuget:?package=Rocket.Surgery.Extensions.FluentValidation.MediatR&version=6.2.3

// Install Rocket.Surgery.Extensions.FluentValidation.MediatR as a Cake Tool
#tool nuget:?package=Rocket.Surgery.Extensions.FluentValidation.MediatR&version=6.2.3

Package Description

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Rocket.Surgery.Extensions.FluentValidation.MediatR:

Package Downloads
Rocket.Surgery.AspNetCore.FluentValidation.MediatR

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.3 954 12/28/2019
6.2.2 617 12/16/2019
6.2.1 560 12/16/2019
6.2.0 567 12/16/2019
6.1.2 814 11/21/2019
6.1.1 981 10/16/2019
6.1.0 597 10/16/2019
6.0.1 442 10/11/2019
6.0.0 452 9/27/2019

## v6.2.3


As part of this release we had [7 issues](https://github.com/RocketSurgeonsGuild/FluentValidation.Extensions/milestone/26?closed=1) closed.


__ dependenciess__

- [__#157__](https://github.com/RocketSurgeonsGuild/FluentValidation.Extensions/pull/157) Bump FluentValidation.AspNetCore from 8.6.0 to 8.6.1
- [__#158__](https://github.com/RocketSurgeonsGuild/FluentValidation.Extensions/pull/158) Bump FluentValidation from 8.6.0 to 8.6.1
- [__#156__](https://github.com/RocketSurgeonsGuild/FluentValidation.Extensions/pull/156) Bump ReportGenerator from 4.3.9 to 4.4.0
- [__#155__](https://github.com/RocketSurgeonsGuild/FluentValidation.Extensions/pull/155) Bump GitVersion.Tool from 5.1.2 to 5.1.3
- [__#154__](https://github.com/RocketSurgeonsGuild/FluentValidation.Extensions/pull/154) Bump JetBrains.ReSharper.CommandLineTools from 2019.3.0 to 2019.3.1
- [__#153__](https://github.com/RocketSurgeonsGuild/FluentValidation.Extensions/pull/153) Bump Rocket.Surgery.Nuke.DotNetCore from 0.9.2 to 0.10.1
- [__#152__](https://github.com/RocketSurgeonsGuild/FluentValidation.Extensions/pull/152) Bump ReportGenerator from 4.3.8 to 4.3.9




## Changes:

* buimp mediator
* Merge pull request #157 from RocketSurgeonsGuild/dependabot/nuget/master/FluentValidation.AspNetCore-8.6.1
* Bump FluentValidation.AspNetCore from 8.6.0 to 8.6.1
* Merge pull request #155 from RocketSurgeonsGuild/dependabot/nuget/master/GitVersion.Tool-5.1.3
* Merge pull request #158 from RocketSurgeonsGuild/dependabot/nuget/master/FluentValidation-8.6.1
* Updated enumerable
* Bump FluentValidation from 8.6.0 to 8.6.1
* Bump GitVersion.Tool from 5.1.2 to 5.1.3
* Merge pull request #156 from RocketSurgeonsGuild/dependabot/nuget/master/ReportGenerator-4.4.0
* Bump ReportGenerator from 4.3.9 to 4.4.0
<details><summary><b>See More</b></summary>

* Merge pull request #154 from RocketSurgeonsGuild/dependabot/nuget/master/JetBrains.ReSharper.CommandLineTools-2019.3.1
* Bump JetBrains.ReSharper.CommandLineTools from 2019.3.0 to 2019.3.1
* Merge pull request #153 from RocketSurgeonsGuild/dependabot/nuget/master/Rocket.Surgery.Nuke.DotNetCore-0.10.1
* Bump Rocket.Surgery.Nuke.DotNetCore from 0.9.2 to 0.10.1
* Merge pull request #152 from RocketSurgeonsGuild/dependabot/nuget/master/ReportGenerator-4.3.9
* Bump ReportGenerator from 4.3.8 to 4.3.9
* Merge branch 'master' of github.com:RocketSurgeonsGuild/FluentValidation.Extensions
* removed public api analyzers for now until they're better supported in alt editors

This list of changes was [auto generated](https://rocketsurgeonsguild.visualstudio.com/Libraries/_build/results?buildId=7549&view=logs).</details>