Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WordPressPCL
![Integration Tests](https://github.com/wp-net/WordPressPCL/workflows/Integration%20Tests/badge.svg?branch=main) [![NuGet](https://img.shields.io/nuget/vpre/WordPressPCL)](https://www.nuget.org/packages/WordPressPCL/)
![Integration Tests](https://github.com/wp-net/WordPressPCL/workflows/Integration%20Tests/badge.svg?branch=main) [![NuGet](https://img.shields.io/nuget/v/WordPressPCL)](https://www.nuget.org/packages/WordPressPCL/)

This is a .NET 10 library for consuming the WordPress REST API in C# applications.
If you find bugs or have any suggestions, feel free to create an issue.
Expand Down
2 changes: 1 addition & 1 deletion docs/v3/breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Breaking Changes in Version 2.x
# Breaking Changes in Version 3.x

- Separate sub client for Authentication accessed via `client.Auth`
- Separate sub client for Settings accessed via `client.Settings`
Expand Down
Loading