Skip to content

Commit

Permalink
docs: in nuspec, refer to release notes on GitHub instead of embedding.
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer committed Mar 25, 2023
1 parent 5a6ab6b commit d76fa21
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<RepositoryUrl>https://github.com/skwasjer/MockHttp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>PackageIcon64.png</PackageIcon>
<PackageReleaseNotes>Release notes are at https://github.com/skwasjer/MockHttp/releases</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
10 changes: 0 additions & 10 deletions src/MockHttp.Json/MockHttp.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
<Description>JSON and MediaTypeFormatter extensions for skwas.MockHttp.</Description>
<PackageProjectUrl>https://github.com/skwasjer/MockHttp</PackageProjectUrl>
<PackageTags>json mediatypeformatter httpclient test mock fake stub httpmock mockhttp httpmessagehandler moq</PackageTags>
<PackageReleaseNotes>
v4.0.0
- Add new Fluent response API by @skwasjer in #10 See also #9
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.
- Added .NET 7 target framework
- Fix static code analysis warnings.
- Enable nullable by @skwasjer in #27
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
- Removed obsolete `ObjectResponseStrategy` extensions.
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
5 changes: 0 additions & 5 deletions src/MockHttp.Server/MockHttp.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
<Description>.NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq.</Description>
<PackageProjectUrl>https://github.com/skwasjer/MockHttp</PackageProjectUrl>
<PackageTags>httpclient httpserver test mock fake stub httpmock mockhttp httpmessagehandler moq</PackageTags>
<PackageReleaseNotes>
v4.0.0
- See main package for changes
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down
15 changes: 0 additions & 15 deletions src/MockHttp/MockHttp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@
<Description>.NET library to mock HTTP responses for HttpClient and verify request expectations with an experience inspired by Moq.</Description>
<PackageProjectUrl>https://github.com/skwasjer/MockHttp</PackageProjectUrl>
<PackageTags>httpclient test mock fake stub httpmock mockhttp httpmessagehandler moq</PackageTags>
<PackageReleaseNotes>
v4.0.0
- Add new Fluent response API by @skwasjer in #10 See also #9
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.
- Added .NET 7 target framework
- Add stream that rate limits response streams. by @skwasjer in #17
- Additional guards (Argument(Null)Exception) for certain extensions.
- Fix static code analysis warnings.
- Bump Microsoft.AspNet.WebApi.Client from 5.2.7 to 5.2.9 by @dependabot in #23
- Enable nullable by @skwasjer in #27
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
- Removed obsolete `ObjectResponseStrategy` and its extensions.
- Removed obsolete `MockHttpHandler.VerifyNoOtherCalls()`. Use the replacement `VerifyNoOtherRequests()`
- Removed obsolete `UrlMatcher` and its extensions.
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit d76fa21

Please sign in to comment.