Please check if the PR fulfills these requirements
[x] I made sure that my code builds (VisualStudio & cake script: build.ps1)
[x] I merged the master into this branch before pushing
[x] The commit message follows our guidelines
[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (check one with "x")
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:
What is the current behavior? (You can also link to an open issue here)
See #117
What is the new behavior?
closes #117
Does this PR introduce a breaking change? (check one with "x")
[x] Yes
[ ] No
If this PR contains a breaking change, please describe the impact and migration path for existing applications
HttpMock is no longer included in the Yaapii.Http NuGet package. Instead it will be in a separate Yaapii.Http.Mock NuGet package. The namespaces didn't change, so adding a reference to the new NuGet package should be the only migration needed for now.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behavior? (You can also link to an open issue here)
See #117
What is the new behavior?
closes #117
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications
HttpMock is no longer included in the Yaapii.Http NuGet package. Instead it will be in a separate Yaapii.Http.Mock NuGet package. The namespaces didn't change, so adding a reference to the new NuGet package should be the only migration needed for now.
Other information
depends on #126