From 81da8ca9d37cb71bdb27fcc5b25714ba0fed3654 Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Mon, 18 Mar 2024 15:43:50 -0500 Subject: [PATCH] Add update instructions for version 0.10.0 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3cf3b46..d9dcaed 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Or using [dotnet](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet) > dotnet add package OwlCore.Storage +## Updating to version 0.10.0 +If you're updating from a previous version, please see the [release notes](https://github.com/Arlodotexe/OwlCore.Storage/blob/fdee4fe7c4509679c6e6e6a96137d069376c96d9/src/OwlCore.Storage.csproj#L26-L37) for breaking changes. + ## Available implementations ### Provided inbox - [In memory](https://github.com/Arlodotexe/OwlCore.Storage/tree/main/src/Memory)