Skip to content

Commit ac85f0c

Browse files
committed
Package ExpressValidator 0.1.0 version.
1 parent 448b489 commit ac85f0c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

src/ExpressValidator/ExpressValidator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -15,7 +15,7 @@
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

0 commit comments

Comments
 (0)