Skip to content

Commit d4e4fab

Browse files
author
Sandra Greenhalgh
committedJan 22, 2016
update version and readme for new functionality
1 parent 35c8d0c commit d4e4fab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,10 @@ Please follow the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).
5454
### WebApi
5555
See the example in `src/JE.ApiValidation.Examples.WebApi`, and the tests for that in `src/JE.ApiValidation.Examples.Tests.WebApi`.
5656

57+
#### WebApi with StructureMapValidatorFectory
58+
Register all implementations FluentValidation's AbstractValidators. These will then run automatically against any matching classes passed into ControllerActions.
59+
60+
See the example in `src/JE.ApiValidation.Examples.WebApi.FluentValidation.StructureMap`, and the tests for that in `src/JE.ApiValidation.Examples.Tests.WebApi`.
61+
5762
### OpenRasta
5863
See the example in `src/JE.ApiValidation.Examples.OpenRasta`, and the tests for that in `src/JE.ApiValidation.Examples.Tests.OpenRasta`.

‎version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)
Please sign in to comment.