icarus-consulting / Yaapii.Http

C# Library for Http Request
MIT License
7 stars 0 forks source link

Move HttpMock to its own project #127

Closed DFU398 closed 1 year ago

DFU398 commented 1 year ago

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