diff --git a/README.md b/README.md index 05c30f50..c7229de1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/v3/breaking-changes.md b/docs/v3/breaking-changes.md index 2b3c9a1c..4ca6ec26 100644 --- a/docs/v3/breaking-changes.md +++ b/docs/v3/breaking-changes.md @@ -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`