File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11## 0.1.0
22
3- - Update to FluentValidation 11.11.0.
4- - Made the TOptions parameter of the ` IObjectValidator<TObj, TOptions> ` contravariant.
5- - Made the TObj parameter of the IObjectValidator<TObj >, ` IObjectValidator<TObj, TOptions> ` interfaces contravariant.
6- - ExpressValidator codebase size reduced by moving ` PropertyInfoToFuncConverter ` class to bench project.
7- - Unreference the Benchmark.csproj project from reference to the 'ExpressValidator.csproj' project.
8- - Add the Rider-related .gitignore.
9- - Remove unused using directives.
3+ - Update to FluentValidation 11.11.0.
4+ - Made the TOptions parameter of the ` IObjectValidator<TObj, TOptions> ` contravariant.
5+ - Made the TObj parameter of the IObjectValidator<TObj >, ` IObjectValidator<TObj, TOptions> ` interfaces contravariant.
6+ - ExpressValidator codebase size reduced by moving ` PropertyInfoToFuncConverter ` class to bench project.
7+ - Unreference the Benchmark.csproj project from reference to the 'ExpressValidator.csproj' project.
8+ - Add the Rider-related .gitignore.
9+ - Remove unused using directives.
1010- Update Benchmark.csproj nuget packages.
1111
1212
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <Version >0.0.24 </Version >
6+ <Version >0.1.0 </Version >
77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
88 <Authors >Andrey Kolesnichenko</Authors >
99 <Description >ExpressValidator is a library that provides the ability to validate objects using the FluentValidation library, but without object inheritance from `AbstractValidator`.</Description >
1515 <PackageIcon >ExpressValidator.png</PackageIcon >
1616 <PackageReadmeFile >NuGet.md</PackageReadmeFile >
1717 <PackageIconUrl />
18- <AssemblyVersion >0.0.24 .0</AssemblyVersion >
18+ <AssemblyVersion >0.1.0 .0</AssemblyVersion >
1919 <FileVersion >0.0.0.0</FileVersion >
2020 </PropertyGroup >
2121
You can’t perform that action at this time.
0 commit comments