StandardInterfaces by Piotr Falkowski

<PackageReference Include="StandardInterfaces" Version="3.0.0" />

 StandardInterfaces 3.0.0

Your everyday interfaces: IUnitOfWork, IRepository<T>, IFactory<T>, IValidatable, IValueEquatable<T>, IConverter<TIn,TOut>, IFormatter<T>. Nothing more, nothing less. .NET Standard 2.0, MIT

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>StandardInterfaces</id>
    <version>3.0.0</version>
    <authors>Piotr Falkowski</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/PFalkowski/StandardInterfaces</projectUrl>
    <description>Your everyday interfaces: IUnitOfWork, IRepository&lt;T&gt;, IFactory&lt;T&gt;, IValidatable, IValueEquatable&lt;T&gt;, IConverter&lt;TIn,TOut&gt;, IFormatter&lt;T&gt;. Nothing more, nothing less. .NET Standard 2.0, MIT</description>
    <releaseNotes>Extract IReadOnlyRepository from IRepository. IRepository no longer forces implementation of IDisposable - useful for some cases like in memory repositories, where forcing IDisposable would break Liskov.</releaseNotes>
    <copyright>Piotr Falkowski © 2021</copyright>
    <tags>IFactory, IValueEquatable, IValidatable, Factory</tags>
    <repository type="git" url="https://github.com/PFalkowski/StandardInterfaces" commit="d2b9a07f65435d3a197d7854707a95c05120c8fa" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>