Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Dec 22, 2023
1 parent 1c21fbc commit 785a467
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,22 @@ You can follow the full project here: https://dev.azure.com/jamesmontemagno/Monk
|🙈 MonkeyCache.FileStore|A local file based backing for Monkey Cache|[![NuGet](https://img.shields.io/nuget/v/MonkeyCache.FileStore.svg?label=NuGet)](https://www.nuget.org/packages/MonkeyCache.FileStore/)|
|Development Feed| |[MyGet](http://myget.org/F/monkey-cache)|

## Platform Support

## Platform Support v2.X

Version 2.0 and above target .NET 6 and above

|Platform|Version|
| ------------------- | :------------------: |
|.NET|6+|
|.NET MAUI|All|
|.NET for iOS|All|
|.NET for Android|All|
|.NET for MacCatalyst|All|
|Windows 10 UWP (.NET 6+)|10.0.19041+|


## Platform Support - v1.X

Monkey Cache is a .NET Standard 2.0 library, but has some platform specific tweaks for storing data in the correct Cache directory.

Expand Down

0 comments on commit 785a467

Please sign in to comment.