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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to TestableHttpClient will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
5
5
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.10] - unplanned
7
+
## [0.10] - 2022-12-03
8
8
### Deprecated
9
9
-`ShouldHaveMadeRequestsTo(this TestableHttpMessageHandler, string, bool)` and `ShouldHaveMadeRequestsTo(this TestableHttpMessageHandler, string, bool, int)` have been deprecated. CaseInsensitivity is controlled by the `UriPatternMatchingOptions` that can be set on the `TestableHttpMessageHandler`.
10
10
-`WithRequestUri(this IHttpRequestMessagesCheck, string, bool)` and `WithRequestUri(this IHttpRequestMessagesCheck, string, bool, int)` have been deprecated. CaseInsensitivity is controlled by the `UriPatternMatchingOptions` that can be set on the `TestableHttpMessageHandler`.
@@ -269,6 +269,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
269
269
- Automatically build project when pushing changes to github and when creating a pull request
270
270
- Automatically deploy to NuGet when creating a tag in github
Copy file name to clipboardExpand all lines: docs/release-process.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,10 @@ The documentation for the specific library should be placed in a `README.md` fil
12
12
13
13
## Changelog
14
14
15
-
Currently no official changelog is kept. The changelog described in the github release is manually created based on the commits since the last release.
15
+
The Changelog is kept in CHANGELOG.md and should be updated with every PR. On release a summary and the most important parts are mentioned.
16
16
17
17
For every release a milestone is created and all issues and PullRequests are linked to the milestone where they will appear in. This can than act as the official changelog.
18
18
19
-
Note that we currently don't use the changelog functionality of nuget itself, to prevent merge conflicts when multiple PR's need to be merged.
20
-
21
19
## Versioning
22
20
23
21
All packages in this repository use the same version, mainly because the libraries are meant as framework specific extensions of the `TestableHttpClient` library. Therefore it would only lead to confusion when version numbers differ from each other.
0 commit comments