Skip to content

Commit d76fa21

Browse files
committed
docs: in nuspec, refer to release notes on GitHub instead of embedding.
1 parent 5a6ab6b commit d76fa21

File tree

4 files changed

+1
-30
lines changed

4 files changed

+1
-30
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<RepositoryUrl>https://github.com/skwasjer/MockHttp</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<PackageIcon>PackageIcon64.png</PackageIcon>
21+
<PackageReleaseNotes>Release notes are at https://github.com/skwasjer/MockHttp/releases</PackageReleaseNotes>
2122
</PropertyGroup>
2223

2324
<ItemGroup>

src/MockHttp.Json/MockHttp.Json.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@
1010
<Description>JSON and MediaTypeFormatter extensions for skwas.MockHttp.</Description>
1111
<PackageProjectUrl>https://github.com/skwasjer/MockHttp</PackageProjectUrl>
1212
<PackageTags>json mediatypeformatter httpclient test mock fake stub httpmock mockhttp httpmessagehandler moq</PackageTags>
13-
<PackageReleaseNotes>
14-
v4.0.0
15-
- Add new Fluent response API by @skwasjer in #10 See also #9
16-
This is a complete replacement of the old response builder API's, and thus likely will require you to refactor your tests (I'm sorry but such is the price of improvement sometimes :( ). See wiki for new API docs/examples. The request matching API's have largely stayed the same, but some extension methods were renamed for consistency.
17-
- Added .NET 7 target framework
18-
- Fix static code analysis warnings.
19-
- Enable nullable by @skwasjer in #27
20-
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
21-
- Removed obsolete `ObjectResponseStrategy` extensions.
22-
</PackageReleaseNotes>
2313
<PackageReadmeFile>README.md</PackageReadmeFile>
2414
</PropertyGroup>
2515

src/MockHttp.Server/MockHttp.Server.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
<Description>.NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq.</Description>
1212
<PackageProjectUrl>https://github.com/skwasjer/MockHttp</PackageProjectUrl>
1313
<PackageTags>httpclient httpserver test mock fake stub httpmock mockhttp httpmessagehandler moq</PackageTags>
14-
<PackageReleaseNotes>
15-
v4.0.0
16-
- See main package for changes
17-
</PackageReleaseNotes>
18-
<PackageReadmeFile>README.md</PackageReadmeFile>
1914
</PropertyGroup>
2015

2116
<ItemGroup>

src/MockHttp/MockHttp.csproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,6 @@
1010
<Description>.NET library to mock HTTP responses for HttpClient and verify request expectations with an experience inspired by Moq.</Description>
1111
<PackageProjectUrl>https://github.com/skwasjer/MockHttp</PackageProjectUrl>
1212
<PackageTags>httpclient test mock fake stub httpmock mockhttp httpmessagehandler moq</PackageTags>
13-
<PackageReleaseNotes>
14-
v4.0.0
15-
- Add new Fluent response API by @skwasjer in #10 See also #9
16-
This is a complete replacement of the old response builder API's, and thus likely will require you to refactor your tests (I'm sorry but such is the price of improvement sometimes :( ). See wiki for new API docs/examples. The request matching API's have largely stayed the same, but some extension methods were renamed for consistency.
17-
- Added .NET 7 target framework
18-
- Add stream that rate limits response streams. by @skwasjer in #17
19-
- Additional guards (Argument(Null)Exception) for certain extensions.
20-
- Fix static code analysis warnings.
21-
- Bump Microsoft.AspNet.WebApi.Client from 5.2.7 to 5.2.9 by @dependabot in #23
22-
- Enable nullable by @skwasjer in #27
23-
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
24-
- Removed obsolete `ObjectResponseStrategy` and its extensions.
25-
- Removed obsolete `MockHttpHandler.VerifyNoOtherCalls()`. Use the replacement `VerifyNoOtherRequests()`
26-
- Removed obsolete `UrlMatcher` and its extensions.
27-
</PackageReleaseNotes>
2813
<PackageReadmeFile>README.md</PackageReadmeFile>
2914
</PropertyGroup>
3015

0 commit comments

Comments
 (0)