You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
83
83
-`Times(int)` will be removed in favour of the `With*` methods with an `int` parameter.
84
84
85
85
### Added
86
-
- It is now possible to use NFluent to check `TestableHttpMessageHandler` by using `Check.That(handler).HasMadeRequests()` and `Check.That(handler).HasMadeRequestsTo("https://github.com/dnperfors/testablehttpclient")`. All existing `With` checks are supported.
86
+
- It is now possible to use NFluent to check `TestableHttpMessageHandler` by using `Check.That(handler).HasMadeRequests()` and `Check.That(handler).HasMadeRequestsTo("https://github.com/testablehttpclient/testablehttpclient")`. All existing `With` checks are supported.
87
87
- All `With*` methods got an extra overload to specify the exact number of expected requests. This is instead of the `Times` method.
88
88
89
89
### Changed
@@ -230,10 +230,10 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
230
230
- Automatically build project when pushing changes to github and when creating a pull request
231
231
- Automatically deploy to NuGet when creating a tag in github
Using HttpClient in code that is unit tested is seen as rather difficult, these libraries aims to make it easier to assert the calls that are made via an HttpClient and to make assertions on the HttpResponseMessages.
6
6
@@ -70,15 +70,15 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on how you can help u
70
70
71
71
## Versioning
72
72
73
-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases on this repository](https://github.com/dnperfors/TestableHttpClient/releases).
73
+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases on this repository](https://github.com/testablehttpclient/TestableHttpClient/releases).
74
74
75
75
Note that currently every library will always be released when a new tag is created, even though it might not have any changes.
See also the list of [contributors](https://github.com/dnperfors/TestableHttpClient/contributors) who participated in this project.
58
+
See also the list of [contributors](https://github.com/testablehttpclient/TestableHttpClient/contributors) who participated in this project.
59
59
60
60
## License
61
61
62
-
This project is released under the MIT license, see [LICENSE.md](https://github.com/dnperfors/TestableHttpClient/blob/master/LICENSE.md) for more information.
62
+
This project is released under the MIT license, see [LICENSE.md](https://github.com/testablehttpclient/TestableHttpClient/blob/master/LICENSE.md) for more information.
More examples can be found in the [IntegrationTests project](https://github.com/dnperfors/TestableHttpClient/tree/master/test/TestableHttpClient.IntegrationTests)
25
+
More examples can be found in the [IntegrationTests project](https://github.com/testablehttpclient/TestableHttpClient/tree/master/test/TestableHttpClient.IntegrationTests)
See also the list of [contributors](https://github.com/dnperfors/TestableHttpClient/contributors) who participated in this project.
31
+
See also the list of [contributors](https://github.com/testablehttpclient/TestableHttpClient/contributors) who participated in this project.
32
32
33
33
## License
34
34
35
-
This project is released under the MIT license, see [LICENSE.md](https://github.com/dnperfors/TestableHttpClient/blob/master/LICENSE.md) for more information.
35
+
This project is released under the MIT license, see [LICENSE.md](https://github.com/testablehttpclient/TestableHttpClient/blob/master/LICENSE.md) for more information.
0 commit comments